From 02dd920fa316f4cee0577b88b46b21d5c6fdab4c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Feb 2013 17:03:54 -0300 Subject: Minor fix --- manifests/app.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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'], } -- cgit v1.2.3