diff options
Diffstat (limited to 'manifests/install.pp')
-rw-r--r-- | manifests/install.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp index de016ee..f266276 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -20,6 +20,9 @@ class s6::install { '/etc/s6-services/': ensure => directory, ; + '/etc/s6-scandir/': + ensure => directory, + ; } user { 's6-logs': |