aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-02-21 17:03:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-02-21 17:03:54 -0300
commit02dd920fa316f4cee0577b88b46b21d5c6fdab4c (patch)
tree4d9ceb4c0945d20524fb8f640742b30474f685b5 /manifests
parentc6aea06e718a0d456d2ba7fa3bbe5886b3c8c28f (diff)
downloadpuppet-supervisor-02dd920fa316f4cee0577b88b46b21d5c6fdab4c.tar.gz
puppet-supervisor-02dd920fa316f4cee0577b88b46b21d5c6fdab4c.tar.bz2
Minor fix
Diffstat (limited to 'manifests')
-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'],
}