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

Fixed lint issue.

parent b4d0b097
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 #101943 passed
......@@ -142,7 +142,7 @@ class aes::auth (
group => $auth_group,
path => $auth_home,
command => "${auth_home}/on_update.sh",
environment => [ "HOME=${auth_home}", 'PATH=/bin:/usr/bin' ],
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