Skip to content

Commit

Permalink
Add Server-Applications module on SLED
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Nov 20, 2023
1 parent 8f86a67 commit 48d971e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/autoyast_qam/15_installtest.xml.ep
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
<alias>SLES-LTSS:<%= $get_var->('VERSION') %>::update</alias>
<media_url><![CDATA[http://dist.suse.de/ibs/SUSE/Updates/SLE-Product-SLES/<%= $get_var->('VERSION') %>-LTSS/<%= $get_var->('ARCH') %>/update/]]></media_url>
</listentry>
<listentry>
<name>sle-module-server-applications:<%= $get_var->('VERSION') %>::pool</name>
<alias>sle-module-server-applications:<%= $get_var->('VERSION') %>::pool</alias>
<media_url><![CDATA[http://dist.suse.de/ibs/SUSE/Products/SLE-Module-Server-Applications/<%= $get_var->('VERSION') %>/<%= $get_var->('ARCH') %>/product/]]></media_url>
</listentry>
<listentry>
<name>sle-module-server-applications:<%= $get_var->('VERSION') %>::update</name>
<alias>sle-module-server-applications:<%= $get_var->('VERSION') %>::update</alias>
<media_url><![CDATA[http://dist.suse.de/ibs/SUSE/Updates/SLE-Module-Server-Applications/<%= $get_var->('VERSION') %>/<%= $get_var->('ARCH') %>/update/]]></media_url>
</listentry>
% }
% if (!($check_var->('VERSION', '15') and $check_var->('ARCH', 'aarch64'))) {
<listentry>
Expand Down

0 comments on commit 48d971e

Please sign in to comment.