diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-19 14:42:57 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-19 14:42:57 -0200 |
commit | 92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4 (patch) | |
tree | f4b8c0091802b69437e7daaadadfd303416c56ac | |
parent | 5431b7ee731a59b0fe4a6b5df6645135b82e539c (diff) | |
download | puppet-mysql-92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4.tar.gz puppet-mysql-92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4.tar.bz2 |
Minor fix
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 35bd0f5..ee7e91a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,7 +26,7 @@ class mysql::server inherits mysql { } file { '/usr/local/sbin/setmysqlpass.sh': - content => template('mysqk/setmysqlpass.sh.erb'), + content => template('mysql/setmysqlpass.sh.erb'), require => Package[mysql-server], owner => root, group => root, |