Filter out runnerdata for user
This commit is contained in:
parent
560da67cb8
commit
0ace53c3b1
|
@ -98,9 +98,9 @@ class podmanrunner::runner (
|
|||
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
||||
}
|
||||
|
||||
if $runnerdata {
|
||||
if $runnerdata.${username}${x} {
|
||||
notify {"runnercontent${x}":
|
||||
message => $runnerdata
|
||||
message => $runnerdata.${username}${x}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue