File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 236
236
/12\.0/ => ' 93' ,
237
237
/12\.[1-3]/ => ' 94' ,
238
238
/12\.[4-5]/ => ' 12' ,
239
- /15\.[0-9]/ => ' 14 ' ,
239
+ /15\.[0-9]/ => ' 16 ' ,
240
240
default => ' 96' ,
241
241
},
242
242
' OpenSuSE' => $facts [' os' ][' release' ][' full' ] ? {
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def install_dependencies
46
46
if $facts['os']['family'] in ['SLES', 'SUSE'] {
47
47
exec { 'Enable legacy repos':
48
48
path => '/bin:/usr/bin/:/sbin:/usr/sbin',
49
- command => ' SUSEConnect --product sle-module-legacy/15.5 /x86_64' ,
50
- unless => ' SUSEConnect --status-text | grep sle-module-legacy/15.5 /x86_64' ,
49
+ command => " SUSEConnect --product sle-module-legacy/${$facts['os']['distro']['release']['full']} /x86_64" ,
50
+ unless => " SUSEConnect --status-text | grep sle-module-legacy/${$facts['os']['distro']['release']['full']} /x86_64" ,
51
51
}
52
52
53
53
package { 'net-tools-deprecated':
You can’t perform that action at this time.
0 commit comments