Try an other approach for filtering
This commit is contained in:
parent
dfcaa29560
commit
232dc42ace
|
@ -98,7 +98,7 @@ class podmanrunner::runner (
|
||||||
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
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}":
|
notify {"runnercontent${x}":
|
||||||
message => $runnerdata["${username}${x}"]
|
message => $runnerdata["${username}${x}"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue