X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/43a8877b0edb9f664a5b5e3171cccd40c65ad9bd..e73eaeaab7e4a0cb1f8558eba131c369885578e1:/roles/planet.rb diff --git a/roles/planet.rb b/roles/planet.rb index 791c2e84f..8ee1ce9e9 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"] } } }, @@ -43,6 +43,7 @@ default_attributes( ) run_list( + "role[web-db]", "recipe[planet]", "recipe[planet::replication]", "recipe[nfs::server]",