]> git.openstreetmap.org Git - chef.git/commitdiff
Move planet role to ironbelly
authorTom Hughes <tom@compton.nu>
Sun, 14 Jul 2013 09:27:58 +0000 (10:27 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 14 Jul 2013 09:27:58 +0000 (10:27 +0100)
roles/horntail.rb
roles/ironbelly.rb

index 87ea205d972674325cebf73466443e5e60807aea..2d4e9057a45c6830bb953b7a10add2584504a250 100644 (file)
@@ -105,7 +105,5 @@ default_attributes(
 );
 
 run_list(
-  "role[ic]",
-  "role[planet]",
-  "recipe[rsyncd]"
+  "role[ic]"
 )
index 959f9f74ac6ca70f42d209fac166a33ed4b0098d..273a74a0ebc9004437e6d11cc6a9ef58e325db22 100644 (file)
@@ -84,6 +84,7 @@ run_list(
   "role[supybot]",
   "role[backup]",
   "role[stats]",
+  "role[planet]",
   "recipe[rsyncd]",
   "recipe[openvpn]"
 )