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.
2 parents c577d37 + 90b6eac commit c571910Copy full SHA for c571910
lib/puppet/provider/package/pacman.rb
@@ -17,8 +17,8 @@ def self.yaourt?
17
# Yaourt is a common AUR helper which, if installed, we can use to query the AUR
18
commands :yaourt => "/usr/bin/yaourt" if yaourt?
19
20
- confine 'os.name' => [:archlinux, :manjarolinux]
21
- defaultfor 'os.name' => [:archlinux, :manjarolinux]
+ confine 'os.name' => [:archlinux, :manjarolinux, :artix]
+ defaultfor 'os.name' => [:archlinux, :manjarolinux, :artix]
22
has_feature :install_options
23
has_feature :uninstall_options
24
has_feature :upgradeable
0 commit comments