Fix curly brackets

This commit is contained in:
Magnus Andersson 2024-02-06 15:07:23 +01:00
parent b33da5a6a3
commit 23679447b2
Signed by: mandersson
GPG key ID: 19CB2C58E1F19B16

View file

@ -105,14 +105,5 @@ class podmanrunner::runner (
logoutput => false, logoutput => false,
unless => "test -f /var/lib/systemd/linger/${user}${userpostfix}", unless => "test -f /var/lib/systemd/linger/${user}${userpostfix}",
} }
}
if $runnerdata and $runnerdata["${user}${userpostfix}"] and 'url' in $runnerdata["${user}${userpostfix}"] {
notify {"runnercontent${userpostfix}":
message => $runnerdata["${user}${userpostfix}"]
}
}
} }
} }