From 772aacc73e3041aaf8b412cfd3f326a571815d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se> Date: Wed, 30 Sep 2020 14:34:00 +0200 Subject: [PATCH] Fixed issue in 'last_puppet_run'. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 946d441..f16d72c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -34,7 +34,7 @@ class aes { # File to easily see when Puppet was last executed. # Ideally, we would like to know if it is devel or production as well. exec { 'touch /var/last_puppet_run' : - cwd => "${opendsa_home}", + cwd => "/var", creates => "/var/last_puppet_run", user => root, group => root, -- GitLab