Compare commits
7 commits
testing-20
...
main
Author | SHA1 | Date | |
---|---|---|---|
232dc42ace | |||
dfcaa29560 | |||
ec910a572f | |||
0ace53c3b1 | |||
560da67cb8 | |||
974bdeea9c | |||
35112c302c |
1 changed files with 7 additions and 0 deletions
|
@ -97,5 +97,12 @@ class podmanrunner::runner (
|
||||||
logoutput => false,
|
logoutput => false,
|
||||||
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}"] {
|
||||||
|
notify {"runnercontent${x}":
|
||||||
|
message => $runnerdata["${username}${x}"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue