Skip to content

Commit

Permalink
add_package
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcmaw committed Jul 20, 2022
1 parent a8dbf8e commit 518974e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper_acceptance_local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ def install_dependencies

LitmusHelper.instance.apply_manifest(netstat)

if os[:family] == 'sles' || os[:family] == 'suse'
# needed for the puppet fact
LitmusHelper.instance.run_shell('zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo')
end

return unless os[:family] == 'redhat' && os[:release].start_with?('6', '7', '8')

policycoreutils_pkg = 'policycoreutils-python' if os[:release].start_with?('6', '7')
Expand Down

0 comments on commit 518974e

Please sign in to comment.