X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..3084c63861bb50e8e406fcbe6c3c7c9769020f6e:/roles/faffy.rb diff --git a/roles/faffy.rb b/roles/faffy.rb index e8030613f..4ab350da0 100644 --- a/roles/faffy.rb +++ b/roles/faffy.rb @@ -14,7 +14,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.108" + :address => "128.40.45.198" } } }, @@ -57,6 +57,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "recipe[rsyncd]" )