Compare commits

..

No commits in common. "main" and "testing-2024-01-25-v04" have entirely different histories.

View file

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