summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-19 14:42:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-19 14:42:57 -0200
commit92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4 (patch)
treef4b8c0091802b69437e7daaadadfd303416c56ac
parent5431b7ee731a59b0fe4a6b5df6645135b82e539c (diff)
downloadpuppet-mysql-92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4.tar.gz
puppet-mysql-92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4.tar.bz2
Minor fix
-rw-r--r--manifests/init.pp2
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,