Skip to content

Commit

Permalink
Merge pull request #154 from bastelfreak/add-archlinux
Browse files Browse the repository at this point in the history
Fix Arch Linux support
  • Loading branch information
ekohl authored Dec 21, 2020
2 parents eb3ec97 + 89cdfc5 commit 6ea571f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/beaker-puppet/install_utils/foss_utils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ def install_puppet_agent_on(hosts, opts = {})
install_puppet_agent_from_msi_on(host, opts)
when /osx/
install_puppet_agent_from_dmg_on(host, opts)
when /archlinux/
install_puppet_from_pacman_on(host, opts)
else
if opts[:default_action] == 'gem_install'
opts[:version] = opts[:puppet_gem_version]
Expand Down

0 comments on commit 6ea571f

Please sign in to comment.