Skip to content

Commit b5ad282

Browse files
committed
add_package
1 parent a8dbf8e commit b5ad282

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/spec_helper_acceptance_local.rb

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

5858
LitmusHelper.instance.apply_manifest(netstat)
5959

60+
if $::osfamily == 'SLES' or $::osfamily == 'SUSE' {
61+
LitmusHelper.instance.run_shell('zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-10.repo')
62+
}
63+
6064
return unless os[:family] == 'redhat' && os[:release].start_with?('6', '7', '8')
6165

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

0 commit comments

Comments
 (0)