From: Silvio Rhatto Date: Thu, 21 Feb 2013 20:03:54 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=02dd920fa316f4cee0577b88b46b21d5c6fdab4c;p=puppet-supervisor.git Minor fix --- diff --git a/manifests/app.pp b/manifests/app.pp index 30a422d..37c9c28 100644 --- a/manifests/app.pp +++ b/manifests/app.pp @@ -24,7 +24,7 @@ define supervisor::app ( '' => undef, default => $source, }, - require => [ File['/etc/supervisor/conf.d'], + require => File['/etc/supervisor/conf.d'], notify => Service['supervisor'], }