diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-21 17:03:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-21 17:03:54 -0300 |
commit | 02dd920fa316f4cee0577b88b46b21d5c6fdab4c (patch) | |
tree | 4d9ceb4c0945d20524fb8f640742b30474f685b5 /manifests | |
parent | c6aea06e718a0d456d2ba7fa3bbe5886b3c8c28f (diff) | |
download | puppet-supervisor-02dd920fa316f4cee0577b88b46b21d5c6fdab4c.tar.gz puppet-supervisor-02dd920fa316f4cee0577b88b46b21d5c6fdab4c.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/app.pp | 2 |
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'], } |