]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ironbelly.rb
Remove trailing whitespace in ruby code
[chef.git] / roles / ironbelly.rb
index 34c03de71563680c5ddfe6fb23ce3a05e4d4b174..06876abbb75c2698be29e6ad0696f54c833c5b21 100644 (file)
@@ -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
@@ -99,5 +99,6 @@ run_list(
   "role[planetdump]",
   "recipe[rsyncd]",
   "recipe[openvpn]",
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[tilelog]"
 )