Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pe-public
systemd
Commits
2f7745d9
Commit
2f7745d9
authored
Jan 29, 2022
by
Alex Tayts
Browse files
include systemd class in a timer dropin
parent
a099b3fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/timer/dropin.pp
View file @
2f7745d9
...
...
@@ -65,6 +65,8 @@ define systemd::timer::dropin (
# "Not a supported documentation uri: ${documentation} - It has to be one of 'http://', 'https://', 'file:', 'info:' or 'man:'")
# }
contain
systemd
if
(
$persistent
!=
undef
and
$persistent
==
true
and
$on_calendar
==
undef
)
{
fail
(
'$persistent being "true" only works with $on_calendar being set.'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment