From 9673ce9650c15c1bb8372f2c9d1bef1835d9cd64 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 15:10:26 +0200
Subject: [PATCH] Updated the last_puppet_run-file to make it update always.

---
 manifests/init.pp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/manifests/init.pp b/manifests/init.pp
index 57886d6..12c681e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -35,7 +35,6 @@ class aes {
   # Ideally, we would like to know if it is devel or production as well.
   exec { '/usr/bin/touch /var/last_puppet_run' : 
     cwd => "/var",
-    creates => "/var/last_puppet_run",
     user => root,
     group => root,
   }
-- 
GitLab