From 5fada96cf4e0ca12f53e6d41a12f10baeadebb38 Mon Sep 17 00:00:00 2001
From: Thomas Johansson <thomas.johansson@liu.se>
Date: Wed, 16 Aug 2023 02:31:47 +0200
Subject: [PATCH] Update READE with info on the remaing repeated apply by
 puppet

---
 README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/README.md b/README.md
index 39042de..d2d7d40 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,18 @@
 # aes
 
+Repeated apply in puppet logs are the below
+
+
+notice 	/Stage[main]/Aes::Aes_sw/Exec[script-repo-updated]/returns 	executed successfully (corrective)
+notice 	/Stage[main]/Aes::Tal_cli/Exec[update-tal-repo]/returns 	executed successfully (corrective)
+notice 	/Stage[main]/Aes::Opendsa/Exec[update-repo]/returns 		executed successfully (corrective)
+notice 	/Stage[main]/Aes::Broker/Exec[update-broker-repo]/returns 	executed successfully (corrective)
+notice 	/Stage[main]/Aes::Auth/Exec[update-auth-repo]/returns 		executed successfully (corrective)
+notice 	/Stage[main]/Aes::Auth_keydb/Exec[update-keydb-repo]/returns 	executed successfully (corrective)
+  All use the same script "/opt/utils/update_repo.sh" to update local repo files
+  Should be possible to run with cron
+  Why is this required to run within puppet?
+
+notice 	/Stage[main]/Aes/Exec[/usr/bin/touch /var/last_puppet_run]/returns 	executed successfully (corrective)
+  If a semaphore is required, use /opt/puppetlabs/puppet/public/last_run_summary.yaml 
+  Please skip the touch exec!
\ No newline at end of file
-- 
GitLab