X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/82c43f49686180c81790d40a8707e3d6b44a8a35..a618616811b2cc6300570ac1c103a5f92926e1e4:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 61a72bb2c..f453ced38 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -14,7 +14,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.105" + :address => "128.40.45.193" } } }, @@ -26,6 +26,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "role[roundup]" )