X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..d9b306faae3d14a74798b130a9e7d6175361b167:/roles/faffy.rb diff --git a/roles/faffy.rb b/roles/faffy.rb index e8030613f..0b02de126 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" } } }, @@ -29,12 +29,12 @@ default_attributes( :uid => "nobody", :gid => "nogroup", :transfer_logging => false, - :exclude => [ ".*" ], + :exclude => [".*"], :max_connections => 10, :ignore_errors => true, :ignore_nonreadable => true, :timeout => 3600, - :refuse_options => [ "checksum" ] + :refuse_options => ["checksum"] }, :agri_extra => { :comment => "AGRI Extras Archive", @@ -45,18 +45,18 @@ default_attributes( :uid => "nobody", :gid => "nogroup", :transfer_logging => false, - :exclude => [ ".*" ], + :exclude => [".*"], :max_connections => 10, :ignore_errors => true, :ignore_nonreadable => true, :timeout => 3600, - :refuse_options => [ "checksum" ] + :refuse_options => ["checksum"] } } } ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "recipe[rsyncd]" )