Skip to content

Commit b8b34ff

Browse files
bastelfreakevgeni
authored andcommitted
Cleanup leftovers for Debian without systemd
This is a combination that isn't supported since years, we can get rid of the code.
1 parent 81071dd commit b8b34ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

manifests/params.pp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,6 @@
296296
}
297297
} else {
298298
case $facts['os']['family'] {
299-
'Debian': {
300-
$agent_restart_command = "/usr/sbin/service ${service_name} reload"
301-
$unavailable_runmodes = ['systemd.timer']
302-
}
303299
'Windows': {
304300
$agent_restart_command = undef
305301
$unavailable_runmodes = ['cron', 'systemd.timer']

0 commit comments

Comments
 (0)