]> gitweb.fluxo.info Git - puppet-database.git/commitdiff
Oops
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jun 2018 10:50:54 +0000 (07:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 7 Jun 2018 10:50:54 +0000 (07:50 -0300)
manifests/config.pp

index af86988ccc3eb5e2be68f66446e610c5559514a9..45fa00359054da19070275d69ada55b442a6aa52 100644 (file)
@@ -40,7 +40,7 @@ define database::config(
     group   => root,
     mode    => '0644',
     content => "[mysqld]\n${name} = ${value}\n",
-    require => File["/etc/mysql/${real_section}",
+    require => File["/etc/mysql/${real_section}"],
     notify  => Service['mysql'],
   }
 }