Compare commits

...

7 commits

View file

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