Compare commits
No commits in common. "main" and "testing-2024-01-25-v04" have entirely different histories.
main
...
testing-20
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ class podmanrunner::runner (
|
||||||
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
unless => "test -f /var/lib/systemd/linger/${username}${x}",
|
||||||
}
|
}
|
||||||
|
|
||||||
if $runnerdata and $runnerdata["${username}${x}"] and 'url' in $runnerdata["${username}${x}"] {
|
if $runnerdata {
|
||||||
notify {"runnercontent${x}":
|
notify {"runnercontent${x}":
|
||||||
message => $runnerdata["${username}${x}"]
|
message => $runnerdata
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue