X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/07d25a20af446f3bbc17e67fdcc505a7b6f6949f..9891b6455a40018f68fa9c548e238110dd0099c3:/roles/spike-04.rb diff --git a/roles/spike-04.rb b/roles/spike-04.rb index 1248e9f4c..493694765 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 => { @@ -41,7 +41,7 @@ default_attributes( run_list( "role[bytemark]", "role[web-frontend]", - "role[web-gpximport]", - "role[web-statistics]", - "role[web-cleanup]" + # "role[web-gpximport]", + # "role[web-statistics]", + # "role[web-cleanup]" )