From 4e67e4caea7ebda05a05eae2a3a2a00da82d02d2 Mon Sep 17 00:00:00 2001 From: Etienne Date: Mon, 13 May 2024 11:20:14 -0400 Subject: [PATCH] Change permissions to /var/log/cloud-init.log (#300) --- common/configuration/puppet.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/configuration/puppet.yaml b/common/configuration/puppet.yaml index 8ae42330..ff28317e 100644 --- a/common/configuration/puppet.yaml +++ b/common/configuration/puppet.yaml @@ -203,3 +203,6 @@ power_state: delay: now mode: reboot condition: test ! -f /etc/magic-castle-release + +# Configure owner of /var/log/cloud-init.log +syslog_fix_perms: root:systemd-journal