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

Merge branch 'devel' into 'devel'

Forgot to add path for touch command in demo exec

See merge request !39
parents ee3ba235 40348f57
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 #101836 passed
...@@ -156,8 +156,9 @@ class aes::aes_sw { ...@@ -156,8 +156,9 @@ class aes::aes_sw {
notify => Exec['TriggeredByUpdates'], notify => Exec['TriggeredByUpdates'],
} }
exec { 'TriggeredByUpdates': exec { 'TriggeredByUpdates':
refreshonly => true, path => '/bin/:/usr/bin/',
command => "touch ${examadm_home}/foo-vcsrepo", command => "touch ${examadm_home}/foo-vcsrepo",
refreshonly => true,
} }
schedule { 'everyday': schedule { 'everyday':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment