X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67ecb4ad0624fd25870f366296355420b03798d7..0993dbc450a5678cfcea86dd71cf5873b18d86f3:/roles/spike-04.rb diff --git a/roles/spike-04.rb b/roles/spike-04.rb index 22a6c2c14..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 => { @@ -39,9 +39,9 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-frontend]", -# "role[web-gpximport]", -# "role[web-statistics]", -# "role[web-cleanup]" + # "role[web-gpximport]", + # "role[web-statistics]", + # "role[web-cleanup]" )