moved to create_if_missing for /root/.my.cnf

This commit is contained in:
Tim Kuhlman 2014-06-11 13:52:19 -06:00
parent 4088725c96
commit b29979719b
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ maintainer_email "hpcs-mon@hp.com"
license "All rights reserved"
description "Base setup for all vagrant boxes"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.7"
version "0.0.8"
depends "apt"

View File

@ -33,7 +33,7 @@ directory '/root' do
mode 755
end
file '/root/.my.cnf' do
action :create
action :create_if_missing
owner "root"
group "root"
mode "0644"