From 40348f572647815747f228da78bf4570f26d38c4 Mon Sep 17 00:00:00 2001 From: Thomas Johansson <thomas.johansson@liu.se> Date: Sat, 19 Aug 2023 22:28:25 +0200 Subject: [PATCH] Forgot to add path for touch command in demo exec --- manifests/aes_sw.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/aes_sw.pp b/manifests/aes_sw.pp index 761ca95..1177579 100644 --- a/manifests/aes_sw.pp +++ b/manifests/aes_sw.pp @@ -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': -- GitLab