From 23679447b25dadbc24c4efd150bc472248462f03 Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Tue, 6 Feb 2024 15:07:23 +0100 Subject: [PATCH] Fix curly brackets --- manifests/runner.pp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/manifests/runner.pp b/manifests/runner.pp index 1d49115..d1fb70e 100644 --- a/manifests/runner.pp +++ b/manifests/runner.pp @@ -105,14 +105,5 @@ class podmanrunner::runner ( logoutput => false, unless => "test -f /var/lib/systemd/linger/${user}${userpostfix}", } - - } - - if $runnerdata and $runnerdata["${user}${userpostfix}"] and 'url' in $runnerdata["${user}${userpostfix}"] { - notify {"runnercontent${userpostfix}": - message => $runnerdata["${user}${userpostfix}"] - } - } - } }