Compare commits
4 commits
testing-20
...
main
Author | SHA1 | Date | |
---|---|---|---|
232dc42ace | |||
dfcaa29560 | |||
ec910a572f | |||
0ace53c3b1 |
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ class podmanrunner::runner (
|
||||||
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
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}":
|
notify {"runnercontent${x}":
|
||||||
message => $runnerdata
|
message => $runnerdata["${username}${x}"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue