Compare commits

..

4 commits

View file

@ -98,9 +98,9 @@ class podmanrunner::runner (
unless => "test -f /var/lib/systemd/linger/${username}${x}",
}
if $runnerdata {
if $runnerdata and $runnerdata["${username}${x}"] and 'url' in $runnerdata["${username}${x}"] {
notify {"runnercontent${x}":
message => $runnerdata
message => $runnerdata["${username}${x}"]
}
}