Skip to content

Commit 518974e

Browse files
committed
add_package
1 parent a8dbf8e commit 518974e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/spec_helper_acceptance_local.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ def install_dependencies
5757

5858
LitmusHelper.instance.apply_manifest(netstat)
5959

60+
if os[:family] == 'sles' || os[:family] == 'suse'
61+
# needed for the puppet fact
62+
LitmusHelper.instance.run_shell('zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo')
63+
end
64+
6065
return unless os[:family] == 'redhat' && os[:release].start_with?('6', '7', '8')
6166

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

0 commit comments

Comments
 (0)