add file control for main log files

This commit is contained in:
Arne Teuke
2025-03-10 15:51:36 +01:00
parent ad4b68911f
commit 06e84c662b
6 changed files with 51 additions and 26 deletions

View File

@@ -35,7 +35,7 @@ class alloy_cd::params (
# user
Boolean $ay_manage_user = true,
String $ay_user = 'alloy',
Array $ay_groups = ['wheel','adm'],
Array $ay_groups = ['systemd-journal','adm'],
String $ay_user_shell = '/sbin/nologin',
) {