]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
Using set_mysql_rootpw again
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Jan 2010 13:14:24 +0000 (11:14 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 20 Jan 2010 13:14:24 +0000 (11:14 -0200)
manifests/init.pp

index 8944595cd8385b6a2555111a4d1e40d3ecba76ce..84f07b8a5ee1e65402685192d57213ab79b0c039 100644 (file)
@@ -33,7 +33,7 @@ class mysql::server inherits mysql {
     mode    => 0500,
   } 
 
-  exec { 'change_mysql_rootpw':
+  exec { 'set_mysql_rootpw':
     command     => "/usr/local/sbin/setmysqlpass.sh",
     require     => [ File['/usr/local/sbin/setmysqlpass.sh'], Package[mysql-server] ],
     refreshonly => true,
@@ -53,7 +53,7 @@ class mysql::server inherits mysql {
       owner   => root,
       group   => root,
       mode    => 0400,
-      notify  => Exec['change_mysql_rootpw'],
+      notify  => Exec['set_mysql_rootpw'],
     }
   }
 }