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

Fixed typo in string literal.

parent 94891c98
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 #101909 passed
......@@ -142,7 +142,7 @@ class aes::auth (
path => $auth_home,
command => "$auth_home/on_update.sh",
refreshonly => true,
require => File["${auth_home/on_update.sh"],
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