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

Fixed syntax errors.

parent e45a524a
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 #101941 failed
......@@ -141,8 +141,8 @@ class aes::auth (
user => $auth_user,
group => $auth_group,
path => $auth_home,
command => "$auth_home/on_update.sh",
environment => [ "HOME=$auth_home", "PATH=/bin:/usr/bin" ],
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