X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/77f46bbe29313690e93c4ef9147bc6c0d7597470..0eb2a2b70464e53cd52edcee3b2fa96ac8bc416b:/roles/planet.rb?ds=sidebyside diff --git a/roles/planet.rb b/roles/planet.rb index 50ebd4064..78aabf815 100644 --- a/roles/planet.rb +++ b/roles/planet.rb @@ -49,6 +49,17 @@ default_attributes( :ignore_nonreadable => true, :timeout => 3600, :refuse_options => ["checksum"] + }, + :statistics => { + :comment => "Statistics", + :path => "/store/planet/statistics", + :read_only => false, + :write_only => true, + :list => false, + :uid => "planet", + :gid => "planet", + :transfer_logging => false, + :nodes_allow => "roles:web-statistics" } } }