Compare commits
1 commit
testing-20
...
main
Author | SHA1 | Date | |
---|---|---|---|
232dc42ace |
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class podmanrunner::runner (
|
|||
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
||||
}
|
||||
|
||||
if $runnerdata["${username}${x}"]["url"] and $runnerdata["${username}${x}"]["token"] {
|
||||
if $runnerdata and $runnerdata["${username}${x}"] and 'url' in $runnerdata["${username}${x}"] {
|
||||
notify {"runnercontent${x}":
|
||||
message => $runnerdata["${username}${x}"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue