diff options
author | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-29 14:15:08 +0100 |
---|---|---|
committer | Hendrik Jäger <gitcommit@henk.geekmail.org> | 2023-12-29 14:15:08 +0100 |
commit | ba2079e63fa17cbabead2abc874e224c6decae96 (patch) | |
tree | c1f3cbe065b63f083483b436ff1222aec43616bd /manifests/install.pp | |
parent | 740679f0f636204f6d9c70ff248479263ba2fea7 (diff) |
fix: lax permissions for log directory
Diffstat (limited to 'manifests/install.pp')
-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', ; } |