From: Silvio Rhatto Date: Thu, 12 Apr 2018 19:11:35 +0000 (-0300) Subject: OOps X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3c942ca89ea5633054725663cc6cad73168917fd;p=puppet-database.git OOps --- diff --git a/manifests/config.pp b/manifests/config.pp index 92a8b6a..2110efc 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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,