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 2042f8a..b6f80b4 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -26,6 +26,9 @@ class s6::install { '/etc/s6-scandir/': ensure => directory, ; + '/var/log/s6/': + ensure => directory, + ; } user { 's6-logs': |