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}"] - } - } - } }