Skip to content

Commit a485bf4

Browse files
committed
fix<ALT>: default os family for aptrpm package provider
! default os family for aptrpm package provider
1 parent e227c27 commit a485bf4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/provider/package/aptrpm.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
commands :aptcache => "apt-cache"
1313
commands :rpm => "rpm"
1414

15+
defaultfor :osfamily => "Altlinux"
16+
1517
# Mixing confine statements, control expressions, and exception handling
1618
# confuses Rubocop's Layout cops, so we disable them entirely.
1719
# rubocop:disable Layout

0 commit comments

Comments
 (0)