Skip to content

Commit

Permalink
Merge pull request #3778 from LeslieCarr/PUP-4351_provider_fix_CL
Browse files Browse the repository at this point in the history
(PUP-4351) Default service type and package provider not set on CumulusL...
  • Loading branch information
melissa committed Apr 21, 2015
2 parents ffaffb9 + be9f45f commit 56668af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/puppet/provider/package/apt.rb
Expand Up @@ -14,7 +14,7 @@
commands :aptcache => "/usr/bin/apt-cache"
commands :preseed => "/usr/bin/debconf-set-selections"

defaultfor :operatingsystem => [:debian, :ubuntu]
defaultfor :osfamily => :debian

ENV['DEBIAN_FRONTEND'] = "noninteractive"

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/provider/service/debian.rb
Expand Up @@ -16,7 +16,7 @@
# is resolved.
commands :invoke_rc => "/usr/sbin/invoke-rc.d"

defaultfor :operatingsystem => :debian
defaultfor :operatingsystem => [:debian, :cumuluslinux]

# Remove the symlinks
def disable
Expand Down

0 comments on commit 56668af

Please sign in to comment.