Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
set owner to chef not root
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Apr 28, 2011
1 parent 82bda8e commit d0bcbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef-server/recipes/apache-proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
include_recipe "apache2::mod_deflate"

directory "/etc/chef/certificates" do
owner "root"
owner "chef"
group root_group
mode "700"
end
Expand Down

0 comments on commit d0bcbdb

Please sign in to comment.