changed packman repo to also include other versions

This commit is contained in:
Jonas Forsberg 2020-08-04 10:28:47 +02:00
parent 7d7671694c
commit 170e642377

View File

@ -1,17 +1,16 @@
repositories:
google-chrome:
humanname: Google Chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64/
enabled: True
gpgautoimport: True
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
refresh: True
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
{% if grains['os'] == "SUSE" %}
packman:
humanname: packman
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_{{ grains['lsb_distrib_release'] }}/
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/{{ grains['oscodename'].replace(" ", "_") }}/
enabled: True
gpgautoimport: True
refresh: True
{% endif %}