We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700c826 commit fa9786dCopy full SHA for fa9786d
lib/puppet/provider/service/init.rb
@@ -21,7 +21,7 @@ def self.defpath
21
end
22
23
# Debian and Ubuntu should use the Debian provider.
24
- confine :false => %w[Debian Ubuntu].include?(Puppet.runtime[:facter].value('os.name'))
+ confine :false => %w[Debian Ubuntu Cumulus].include?(Puppet.runtime[:facter].value('os.name'))
25
# RedHat systems should use the RedHat provider.
26
confine :false => Puppet.runtime[:facter].value('os.family') == 'RedHat'
27
0 commit comments