File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 236236 /12\.0/ => ' 93' ,
237237 /12\.[1-3]/ => ' 94' ,
238238 /12\.[4-5]/ => ' 12' ,
239- /15\.[0-9]/ => ' 14 ' ,
239+ /15\.[0-9]/ => ' 16 ' ,
240240 default => ' 96' ,
241241 },
242242 ' OpenSuSE' => $facts [' os' ][' release' ][' full' ] ? {
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ def install_dependencies
4646 if $facts['os']['family'] in ['SLES', 'SUSE'] {
4747 exec { 'Enable legacy repos':
4848 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" ,
5151 }
5252
5353 package { 'net-tools-deprecated':
You can’t perform that action at this time.
0 commit comments