From: Silvio Rhatto Date: Thu, 7 Jun 2018 10:50:54 +0000 (-0300) Subject: Oops X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=17257fb8ff3cdd27a58367454b1320bb69fc5107;p=puppet-database.git Oops --- diff --git a/manifests/config.pp b/manifests/config.pp index af86988..45fa003 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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'], } }