]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
Notify set_mysql_rootpw upon setmysqlpass.sh change
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Apr 2016 15:05:50 +0000 (12:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 19 Apr 2016 15:05:50 +0000 (12:05 -0300)
manifests/server.pp

index 3d0310a1b466029cfa2038a88c07935e22fdfa22..da6fdc8e8c7b2d5e323d60bf75a634ab0c28742b 100644 (file)
@@ -25,6 +25,7 @@ class mysql::server(
     owner   => root,
     group   => root,
     mode    => 0500,
+    notify  => Exec['set_mysql_rootpw'],
   } 
 
   exec { 'set_mysql_rootpw':