aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/app.pp2
1 files changed, 1 insertions, 1 deletions
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'],
}