Skip to content
Snippets Groups Projects
Commit 40348f57 authored by Thomas Johansson's avatar Thomas Johansson
Browse files

Forgot to add path for touch command in demo exec

parent 6f2644bd
No related branches found
No related tags found
3 merge requests!50Fix: Puppet Defining "data_provider": "hiera" in metadata.json is deprecated....,!40Merge from devel. Commits related to RHEL9 upgrade and pdk cleanup.,!39Forgot to add path for touch command in demo exec
Pipeline #101835 passed
......@@ -156,8 +156,9 @@ class aes::aes_sw {
notify => Exec['TriggeredByUpdates'],
}
exec { 'TriggeredByUpdates':
refreshonly => true,
path => '/bin/:/usr/bin/',
command => "touch ${examadm_home}/foo-vcsrepo",
refreshonly => true,
}
schedule { 'everyday':
......
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