]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grisu.rb
Enable postgresql apt source on rhaegal
[chef.git] / roles / grisu.rb
index ebc62416bca997cf828ce410bcba875b36d22884..40e5dd3f598065945e3273ebba24dae0bcae36fa 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   }
 )
 
@@ -63,6 +63,8 @@ run_list(
   "role[hp-dl180-g6]",
   "role[gateway]",
   "role[web-storage]",
+  "role[backup]",
   "role[planet]",
+  "role[planetdump]",
   "recipe[openvpn]"
 )