X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/15ae3f79b04369ca132bc3984cc31c3773896aa8..b3ee7b1035952ca54061e6cc5c058805101b4cce:/roles/spike-04.rb diff --git a/roles/spike-04.rb b/roles/spike-04.rb index b0bb7633e..d1eedebac 100644 --- a/roles/spike-04.rb +++ b/roles/spike-04.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.21", :bond => { - :slaves => %w(em1 em2) + :slaves => %w[em1 em2] } }, :external_ipv4 => { @@ -42,6 +42,6 @@ run_list( "role[bytemark]", "role[web-frontend]", "role[web-gpximport]", - # "role[web-statistics]", - # "role[web-cleanup]" + "role[web-statistics]", + "role[web-cleanup]" )