From 19766042ce08c64d482892e0509a89f7f89cfdcd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Filip=20Str=C3=B6mb=C3=A4ck?= <filip.stromback@liu.se>
Date: Thu, 20 Jun 2024 13:38:42 +0200
Subject: [PATCH] Changed "creates" into "refreshonly".

---
 manifests/tal_cli.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/tal_cli.pp b/manifests/tal_cli.pp
index 777a78d..b1228a9 100644
--- a/manifests/tal_cli.pp
+++ b/manifests/tal_cli.pp
@@ -73,7 +73,7 @@ class aes::tal_cli (
     cwd         => '/home/examadm/tal-cli',
     path        => '/bin:/usr/bin',
     environment => ['HOME=/home/examadm'],
-    creates     => '/home/examadm/tal-cli/source/tal',
+    refreshonly => true,
     command     => '/home/examadm/tal-cli/on_update.sh --log',
     require     => File['/home/examadm/tal-cli/on_update.sh'],
   }
-- 
GitLab