Skip to content

Commit

Permalink
Use new Uyuni POOL repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
juliogonzalez committed Oct 28, 2019
1 parent 86e3aa7 commit 27a0edb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions salt/mirror/minima.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ http:
# Uyuni Master
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/openSUSE_Leap_15.1/
archs: [x86_64]
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/images-openSUSE_Leap_15.1/repo/Uyuni-Server-4.0-POOL-x86_64-Media1/
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/images/repo/Uyuni-Server-POOL-x86_64-Media1/
archs: [x86_64]
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/images-openSUSE_Leap_15.1/repo/Uyuni-Proxy-4.0-POOL-x86_64-Media1/
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master/images/repo/Uyuni-Proxy-POOL-x86_64-Media1/
archs: [x86_64]
- url: http://download.opensuse.org/repositories/systemsmanagement:/Uyuni:/Master:/SLE12-Uyuni-Client-Tools/SLE_12/
archs: [x86_64]
Expand Down
2 changes: 1 addition & 1 deletion salt/repos/suse_manager_proxy.sls
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ suse_manager_proxy_pool_repo:
{% if grains['osfullname'] == 'Leap' %}
suse_manager_proxy_pool_repo:
pkgrepo.managed:
- baseurl: http://{{ grains.get("mirror") | default("download.opensuse.org", true) }}/repositories/systemsmanagement:/Uyuni:/Master/images-openSUSE_Leap_15.1/repo/Uyuni-Proxy-4.0-POOL-x86_64-Media1/
- baseurl: http://{{ grains.get("mirror") | default("download.opensuse.org", true) }}/repositories/systemsmanagement:/Uyuni:/Master/images/repo/Uyuni-Proxy-POOL-x86_64-Media1/
- priority: 97
{% else %}
suse_manager_proxy_pool_repo:
Expand Down
2 changes: 1 addition & 1 deletion salt/repos/suse_manager_server.sls
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ suse_manager_pool_repo:
{% if grains['osfullname'] == 'Leap' %}
suse_manager_pool_repo:
pkgrepo.managed:
- baseurl: http://{{ grains.get("mirror") | default("download.opensuse.org", true) }}/repositories/systemsmanagement:/Uyuni:/Master/images-openSUSE_Leap_15.1/repo/Uyuni-Server-4.0-POOL-x86_64-Media1/
- baseurl: http://{{ grains.get("mirror") | default("download.opensuse.org", true) }}/repositories/systemsmanagement:/Uyuni:/Master/images/repo/Uyuni-Server-POOL-x86_64-Media1/
- priority: 97
{% else %}
suse_manager_pool_repo:
Expand Down

0 comments on commit 27a0edb

Please sign in to comment.