X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6fed8d4280769697fb3e77e090ab6e4f6ecbe611..f4d9298947b4e2f3740236d9fe51aec7e63ce31e:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 34c03de71..21047885f 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -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]", @@ -99,5 +99,6 @@ run_list( "role[planetdump]", "recipe[rsyncd]", "recipe[openvpn]", - "recipe[git::server]" + "recipe[git::server]", + "recipe[tilelog]" )