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