Skip to content

Commit

Permalink
Set www-data as owner of /opt/graphite/storage/whisper directory to f…
Browse files Browse the repository at this point in the history
…ix access problem
  • Loading branch information
rkrol committed Jan 2, 2012
1 parent 1948e4e commit 8f1cd35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/web.rb
Expand Up @@ -50,6 +50,11 @@
group "www-data"
end

directory "/opt/graphite/storage/whisper" do
owner "www-data"
group "www-data"
end

cookbook_file "/opt/graphite/bin/set_admin_passwd.py" do
mode "755"
end
Expand Down

0 comments on commit 8f1cd35

Please sign in to comment.