X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67ecb4ad0624fd25870f366296355420b03798d7..d54beb537973507b9b63e1636fb9216f3dd0c11a:/roles/thorn-04.rb diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 7422f1520..8954a8c34 100644 --- a/roles/thorn-04.rb +++ b/roles/thorn-04.rb @@ -10,7 +10,7 @@ default_attributes( :family => :inet, :address => "10.0.32.41", :bond => { - :slaves => %w(em1 em2) + :slaves => %w[em1 em2] } } } @@ -27,6 +27,6 @@ default_attributes( ) run_list( - "role[bm]", + "role[bytemark]", "role[web-backend]" )