Skip to content

Commit 15ed9d1

Browse files
committed
(PUP-10162) Add support for Cumulus v4.0.0
Cumulus v4 is much the same as v3, it's based on Debian and also uses SystemD. The only change necessary for it to work is ensuring the service provider uses SystemD
1 parent 4fcf3d9 commit 15ed9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/service/systemd.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
notdefaultfor :operatingsystem => :LinuxMint, :operatingsystemmajrelease => ["10", "11", "12", "13", "14", "15", "16", "17"] # These are using upstart
2626
defaultfor :operatingsystem => :ubuntu
2727
notdefaultfor :operatingsystem => :ubuntu, :operatingsystemmajrelease => ["10.04", "12.04", "14.04", "14.10"] # These are using upstart
28-
defaultfor :operatingsystem => :cumuluslinux, :operatingsystemmajrelease => ["3"]
28+
defaultfor :operatingsystem => :cumuluslinux, :operatingsystemmajrelease => ["3", "4"]
2929

3030
def self.instances
3131
i = []

0 commit comments

Comments
 (0)