Filter out runnerdata for user

This commit is contained in:
Magnus Andersson 2024-01-26 07:24:23 +01:00
parent 560da67cb8
commit 0ace53c3b1
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16

View file

@ -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}
}
}