You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manifests/init.pp
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,16 @@
110
110
default => '--jre'
111
111
}
112
112
113
+
# Enable legacy repo to install net-tools-deprecated package
114
+
# If SUSE OS major version is >= 15 and minor version is > 3
115
+
if ($facts['os']['family'] == 'SLES' or $facts['os']['family'] == 'Suse') and (versioncmp($facts['os']['release']['major'], '15') >= 0 and versioncmp($facts['os']['release']['minor'], '3') == 1) {
0 commit comments