From: Silvio Rhatto Date: Tue, 19 Jan 2010 16:42:57 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=92c0a93c84e7b6687b5a0c61b03f6b0574d57bc4;p=puppet-mysql.git Minor fix --- 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,