diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-16 13:42:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-16 13:42:45 -0300 |
commit | ca920b2842ee0ac51ce8347a2e0340b96afbc6b8 (patch) | |
tree | e02df41dc4121247864f361ec68343e55f8bca8c | |
parent | 430f9aa00afab4f283660f24b0cdf0cbdba1702f (diff) | |
download | puppet-supervisor-master.tar.gz puppet-supervisor-master.tar.bz2 |
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7ac174c..d2b4ac3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,7 +13,7 @@ class supervisor { notify => Service['supervisor'], } - file { '/etc/supervisor/conf.d/': + file { '/etc/supervisor/conf.d': ensure => directory, owner => root, group => root, |