We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795a202 + 1854bf5 commit 77fd8aaCopy full SHA for 77fd8aa
spec/spec_helper_acceptance_local.rb
@@ -46,6 +46,12 @@ def install_dependencies
46
47
# needed for netstat, for serverspec checks
48
if $facts['os']['family'] in ['SLES', 'SUSE'] {
49
+ exec { 'Enable legacy repos':
50
+ path => '/bin:/usr/bin/:/sbin:/usr/sbin',
51
+ command => 'SUSEConnect --product sle-module-legacy/15.4/x86_64',
52
+ unless => 'SUSEConnect --status-text | grep sle-module-legacy/15.4/x86_64',
53
+ }
54
+
55
package { 'net-tools-deprecated':
56
ensure => 'latest',
57
}
0 commit comments