]> git.openstreetmap.org Git - chef.git/commitdiff
Configure grisu as a planet and web storage server
authorTom Hughes <tom@compton.nu>
Thu, 5 May 2016 12:43:52 +0000 (13:43 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 May 2016 12:43:52 +0000 (13:43 +0100)
roles/grisu.rb

index 749be40e21faf8d122bc096313da1e11155cd91a..d572d88f00e398c1c053c101c5c53dd7b5525597 100644 (file)
@@ -30,5 +30,8 @@ default_attributes(
 
 run_list(
   "role[ic]",
 
 run_list(
   "role[ic]",
-  "role[hp-dl180-g6]"
+  "role[hp-dl180-g6]",
+  "role[gateway]",
+  "role[web-storage]",
+  "role[planet]"
 )
 )