Skip to content

Commit

Permalink
We forgot 4.3-released case
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 13, 2023
1 parent ea930b3 commit 019a296
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions salt/repos/default.sls
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,8 @@ tools_update_repo:
{% set tools_repo_url = 'http://' + grains.get("mirror") | default("download.suse.de/ibs", true) + '/SUSE/Updates/Ubuntu/' + release + '-CLIENT-TOOLS/x86_64/update/' %}
{% elif '4.2-released' in grains.get('product_version') | default('', true) %}
{% set tools_repo_url = 'http://' + grains.get("mirror") | default("download.suse.de/ibs", true) + '/SUSE/Updates/Ubuntu/' + release + '-CLIENT-TOOLS/x86_64/update/' %}
{% elif '4.3-released' in grains.get('product_version') | default('', true) %}
{% set tools_repo_url = 'http://' + grains.get("mirror") | default("download.suse.de/ibs", true) + '/SUSE/Updates/Ubuntu/' + release + '-CLIENT-TOOLS/x86_64/update/' %}
{% elif 'uyuni-master' in grains.get('product_version') | default('', true) %}
{% set tools_repo_url = 'http://' + grains.get("mirror") | default("downloadcontent.opensuse.org", true) + '/repositories/systemsmanagement:/Uyuni:/Master:/Ubuntu' + short_release + '-Uyuni-Client-Tools/xUbuntu_' + release %}
{% else %}
Expand Down Expand Up @@ -752,6 +754,11 @@ tools_update_repo_raised_priority:
Package: *
Pin: release l=SUSE:Updates:Ubuntu:{{ release }}-CLIENT-TOOLS:x86_64:update
Pin-Priority: 800
{% elif '4.3-released' in grains.get('product_version') | default('', true) %}
- contents: |
Package: *
Pin: release l=SUSE:Updates:Ubuntu:{{ release }}-CLIENT-TOOLS:x86_64:update
Pin-Priority: 800
{% elif 'uyuni-master' in grains.get('product_version') | default('', true) %}
- contents: |
Package: *
Expand Down

0 comments on commit 019a296

Please sign in to comment.