Skip to content

Commit

Permalink
Merge pull request voxpupuli#290 from spali/master
Browse files Browse the repository at this point in the history
fix for CentOS6 with sysv
  • Loading branch information
bastelfreak committed Jan 18, 2019
2 parents 55202d8 + f8f41ce commit 96109e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/daemon.pp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
notify => $notify_service,
}
}
'sysv' : {
# service_provider returns redhat on CentOS using sysv, https://tickets.puppetlabs.com/browse/PUP-5296
'sysv','redhat' : {
file { "/etc/init.d/${name}":
mode => '0555',
owner => 'root',
Expand Down

0 comments on commit 96109e3

Please sign in to comment.