X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2d07dfd8318cd74ce162149b7fb87dd93401a8ee..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/roles/thorn-04.rb diff --git a/roles/thorn-04.rb b/roles/thorn-04.rb index 7afcfb3be..baf14f7f8 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[enp3s0f0 enp3s0f1] } } } @@ -18,6 +18,5 @@ default_attributes( ) run_list( - "role[bytemark]", - "role[web-backend]" + "role[bytemark]" )