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