]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grisu.rb
Move planet dump and replication to grisu
[chef.git] / roles / grisu.rb
index 595b5a0f6320d2f704b533efe5348e2e199f2632..40e5dd3f598065945e3273ebba24dae0bcae36fa 100644 (file)
@@ -54,7 +54,7 @@ default_attributes(
     }
   },
   :planet => {
-    :replication => "disabled"
+    :replication => "enabled"
   }
 )
 
@@ -65,5 +65,6 @@ run_list(
   "role[web-storage]",
   "role[backup]",
   "role[planet]",
+  "role[planetdump]",
   "recipe[openvpn]"
 )