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