diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-19 12:09:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-19 12:09:01 -0200 |
commit | 39758c6344d2e0a70871f5e47f8c124cb49849b8 (patch) | |
tree | 2d3ec1a87895f5fe88c85bb7372770bd68965867 /templates | |
parent | 6dbd3aa79b7fcd3dfa4682d1e5a8ad2f9fc87cbd (diff) | |
download | puppet-mysql-39758c6344d2e0a70871f5e47f8c124cb49849b8.tar.gz puppet-mysql-39758c6344d2e0a70871f5e47f8c124cb49849b8.tar.bz2 |
Setting root password
Diffstat (limited to 'templates')
-rw-r--r-- | templates/my.cnf.erb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/my.cnf.erb b/templates/my.cnf.erb new file mode 100644 index 0000000..c56c89f --- /dev/null +++ b/templates/my.cnf.erb @@ -0,0 +1,4 @@ +[client] +user=root +host=localhost +password=<%= mysql_passwd %> |