X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5f273f1b91609cb4b5d1c1cfbd145b8f0e494202..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/zark.rb diff --git a/roles/zark.rb b/roles/zark.rb index f22a13665..45a6de4d2 100644 --- a/roles/zark.rb +++ b/roles/zark.rb @@ -5,7 +5,7 @@ default_attributes( :networking => { :interfaces => { :internal_ipv4 => { - :interface => "eth0", + :interface => "eth1.2801", :role => :internal, :family => :inet, :address => "10.0.0.8" @@ -31,6 +31,6 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[owl]" )