]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Replace PGconn with PG::Connection
[chef.git] / roles / ironbelly.rb
index 38bc9edb822d69ae8ded00f52585464844050c83..ab0673089c577ba6e4c149dfa8e83e6b528deea6 100644 (file)
@@ -72,7 +72,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "enabled"
+    :replication => "disabled"
   },
   :rsyncd => {
     :modules => {
@@ -125,7 +125,7 @@ run_list(
   "role[backup]",
   "role[stats]",
   "role[planet]",
-  "role[planetdump]",
+  "role[planetdump]",
   "role[logstash]",
   "recipe[rsyncd]",
   "recipe[openvpn]",