X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..525ab3da99ed14a2bf1ec2969a8a60a43fe96af9:/roles/faffy.rb diff --git a/roles/faffy.rb b/roles/faffy.rb index 2d1808708..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-wates]", + "role[ucl-wolfson]", "recipe[rsyncd]" )