Created
June 1, 2012 23:31
-
-
Save rhelmer/2855751 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/puppet/manifests/classes/socorro-hbase.pp b/puppet/manifests/classes/socorro-hbase.pp | |
| index 1dced65..48f4342 100644 | |
| --- a/puppet/manifests/classes/socorro-hbase.pp | |
| +++ b/puppet/manifests/classes/socorro-hbase.pp | |
| @@ -14,7 +14,7 @@ class socorro-hbase { | |
| } | |
| exec { 'package-oracle-jdk': | |
| - command => '/usr/bin/wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java6.sh && bash oab-java6 | |
| + command => '/usr/bin/wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java.sh && bash oab-java.s | |
| creates => '/etc/apt/sources.list.d/oab.list', | |
| cwd => '/home/socorro', | |
| timeout => 0 | |
| diff --git a/puppet/manifests/nodes/nodes.pp b/puppet/manifests/nodes/nodes.pp | |
| index 6ef6438..6683f9e 100644 | |
| --- a/puppet/manifests/nodes/nodes.pp | |
| +++ b/puppet/manifests/nodes/nodes.pp | |
| @@ -5,6 +5,6 @@ node default { | |
| include socorro-processor | |
| include socorro-collector | |
| include socorro-api | |
| -# include socorro-hbase | |
| + include socorro-hbase | |
| include socorro-elasticsearch | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment