X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6962135be2b7f1b43ace48e1c660f7f4ed8f50d..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/clifford.rb diff --git a/roles/clifford.rb b/roles/clifford.rb index 0776abe61..d19e4bed5 100644 --- a/roles/clifford.rb +++ b/roles/clifford.rb @@ -14,12 +14,14 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.98" + :address => "128.40.45.194" } } } ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]", + "role[hp-g5]", + "role[forum]" )