We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e227c27 commit a485bf4Copy full SHA for a485bf4
lib/puppet/provider/package/aptrpm.rb
@@ -12,6 +12,8 @@
12
commands :aptcache => "apt-cache"
13
commands :rpm => "rpm"
14
15
+ defaultfor :osfamily => "Altlinux"
16
+
17
# Mixing confine statements, control expressions, and exception handling
18
# confuses Rubocop's Layout cops, so we disable them entirely.
19
# rubocop:disable Layout
0 commit comments