Turns out the percona cookbook already writes a /root/.my.cnf
This commit is contained in:
parent
27648a2ec9
commit
05c09c46e5
@ -25,17 +25,3 @@ cookbook_file '/var/lib/mysql/addr_validate.sql' do
|
||||
source 'addr_validate.sql'
|
||||
notifies :run, "bash[addr_validate_schema]"
|
||||
end
|
||||
|
||||
# Write out for root a .my.cnf with the user/pass used by the mon-setup program
|
||||
# Note: The permissions below are quite insecure but this is sufficient for mini-mon
|
||||
directory '/root' do
|
||||
action :create
|
||||
mode 0755
|
||||
end
|
||||
file '/root/.my.cnf' do
|
||||
action :create_if_missing
|
||||
owner "root"
|
||||
group "root"
|
||||
mode "0644"
|
||||
content "[client]\nuser=root\npassword=password"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user