X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8ad66df69a108a031ff4fb869f002a6598005649..3a41dcbfa3b8c0f657115cd37fca494ea3603206:/roles/errol.rb diff --git a/roles/errol.rb b/roles/errol.rb index a74cf8452..a3880421e 100644 --- a/roles/errol.rb +++ b/roles/errol.rb @@ -33,17 +33,17 @@ default_attributes( :address => "10.0.0.14" }, :external_ipv4 => { - :interface => "eth1", + :interface => "eth1.2800", :role => :external, :family => :inet, - :address => "128.40.45.196" + :address => "193.60.236.13" } } } -); +) run_list( - "role[ucl-wolfson]", + "role[ucl-slough]", "role[tyan-s7010]", "role[dev]" )