changed packman repo to also include other versions
This commit is contained in:
parent
7d7671694c
commit
170e642377
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user