X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/43a8877b0edb9f664a5b5e3171cccd40c65ad9bd..b44875cc22941c94de364788fa03b369d74902c9:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index 791c2e84f..d68bdabc3 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -7,7 +7,7 @@ default_attributes( :bretth => { :status => :user }, :planet => { :status => :administrator, - :members => [ :bretth ] + :members => [:bretth] } } }, @@ -22,12 +22,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"] } } },