X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c97ab416b812405837e803dd3a4a42c3ef134c1f..90503ef133f53d9f2d45dea515904965e85222ce:/roles/faffy.rb diff --git a/roles/faffy.rb b/roles/faffy.rb index 4ab350da0..0b02de126 100644 --- a/roles/faffy.rb +++ b/roles/faffy.rb @@ -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,12 +45,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"] } } }