]> gitweb.fluxo.info Git - puppet-database.git/commitdiff
OOps
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 19:11:35 +0000 (16:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 19:11:35 +0000 (16:11 -0300)
manifests/config.pp

index 92a8b6a208dc1231ca23f75e578f75da89bdf36f..2110efc42c9928b6e8b3515f96de429fd013ddf8 100644 (file)
@@ -27,7 +27,7 @@ define database::config(
     ensure => absent,
   }
 
-  file { "/etc/mysql/${order}-${real_section}/${name}.cnf":
+  file { "/etc/mysql/${real_section}/${order}-${name}.cnf":
     ensure  => $ensure,
     owner   => root,
     group   => root,