diff options
Diffstat (limited to 'manifests/init.pp')
-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, |