Permissions fix for /root

This commit is contained in:
Tim Kuhlman 2014-06-11 16:03:30 -06:00
parent b29979719b
commit 27648a2ec9

View File

@ -30,7 +30,7 @@ end
# Note: The permissions below are quite insecure but this is sufficient for mini-mon
directory '/root' do
action :create
mode 755
mode 0755
end
file '/root/.my.cnf' do
action :create_if_missing