From e2c6334f603197c13a1c71535a9f3ca570b71948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se> Date: Mon, 21 Aug 2023 13:11:26 +0200 Subject: [PATCH] Updated mode of 'on_update' for auth service. --- manifests/auth.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/auth.pp b/manifests/auth.pp index 6b723c8..2e8dabc 100644 --- a/manifests/auth.pp +++ b/manifests/auth.pp @@ -87,9 +87,9 @@ class aes::auth ( file { "${auth_home}/on_update.sh" : ensure => file, - owner => root, - group => root, - mode => '0700', + owner => $auth_user, + group => $auth_group, + mode => '0755', source => "puppet:///modules/${module_name}/auth/on_update.sh", } -- GitLab