X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67ecb4ad0624fd25870f366296355420b03798d7..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/spike-05.rb diff --git a/roles/spike-05.rb b/roles/spike-05.rb index 15f3c374d..7710900aa 100644 --- a/roles/spike-05.rb +++ b/roles/spike-05.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.22", :bond => { - :slaves => %w(em1 em2) + :slaves => %w[em1 em2] } }, :external_ipv4 => { @@ -39,6 +39,6 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-frontend]" )