Skip to content
Snippets Groups Projects
Commit e45a524a authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Another attempt with environment to 'on_update.sh'.

parent 7cf8762e
No related branches found
No related tags found
2 merge requests!50Fix: Puppet Defining "data_provider": "hiera" in metadata.json is deprecated....,!40Merge from devel. Commits related to RHEL9 upgrade and pdk cleanup.
Pipeline #101940 failed
......@@ -141,7 +141,8 @@ class aes::auth (
user => $auth_user,
group => $auth_group,
path => $auth_home,
command => "/bin/bash -l $auth_home/on_update.sh",
command => "$auth_home/on_update.sh",
environment => [ "HOME=$auth_home", "PATH=/bin:/usr/bin" ],
refreshonly => true,
require => File["${auth_home}/on_update.sh"],
notify => Service[$auth_service],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment