Check what we get
This commit is contained in:
parent
38c16c3185
commit
35112c302c
|
@ -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 {
|
||||||
|
notify {
|
||||||
|
message => $runnerdata
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue