moved to create_if_missing for /root/.my.cnf
This commit is contained in:
parent
4088725c96
commit
b29979719b
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user