Skip to content

Commit c571910

Browse files
authored
Merge pull request #8950 from CorySanin/fix/main/pacman_artix
(packaging) Add Artix to pacman.rb
2 parents c577d37 + 90b6eac commit c571910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/provider/package/pacman.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def self.yaourt?
1717
# Yaourt is a common AUR helper which, if installed, we can use to query the AUR
1818
commands :yaourt => "/usr/bin/yaourt" if yaourt?
1919

20-
confine 'os.name' => [:archlinux, :manjarolinux]
21-
defaultfor 'os.name' => [:archlinux, :manjarolinux]
20+
confine 'os.name' => [:archlinux, :manjarolinux, :artix]
21+
defaultfor 'os.name' => [:archlinux, :manjarolinux, :artix]
2222
has_feature :install_options
2323
has_feature :uninstall_options
2424
has_feature :upgradeable

0 commit comments

Comments
 (0)