diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/install.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/install.pp b/manifests/install.pp index f683aad..ffccb33 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -13,6 +13,7 @@ class s6::install { ; '/var/log/s6/': ensure => directory, + mode => '0700', ; } |