]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Upgrade everything except ridley and ouroboros to chef 12
[chef.git] / roles / ironbelly.rb
index 821912a1930165100b7d2b4e39b21b0fb2d644cd..4bcb8fb268bf6b9c4ea79b6e5849402932d22c2c 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to ironbelly"
 
 default_attributes(
   :apt => {
-    :sources => [ "ubuntugis-unstable" ]
+    :sources => ["ubuntugis-unstable"]
   },
   :git => {
     :allowed_nodes => "*:*",
@@ -56,7 +56,7 @@ default_attributes(
         :uid => "tomh",
         :gid => "tomh",
         :transfer_logging => false,
-        :hosts_allow => [ 
+        :hosts_allow => [
           "212.110.172.32",                      # shenron
           "2001:41c9:1:400::32",                 # shenron
           "212.159.112.221"                      # grant
@@ -84,7 +84,7 @@ default_attributes(
       }
     }
   }
-);
+)
 
 run_list(
   "role[ic]",
@@ -100,5 +100,5 @@ run_list(
   "recipe[rsyncd]",
   "recipe[openvpn]",
   "recipe[git::server]",
-  "recipe[planet::tilelog]"
+  "recipe[tilelog]"
 )