changed packman repo to also include other versions
This commit is contained in:
parent
7d7671694c
commit
170e642377
@ -1,17 +1,16 @@
|
|||||||
repositories:
|
repositories:
|
||||||
google-chrome:
|
google-chrome:
|
||||||
humanname: 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
|
enabled: True
|
||||||
gpgautoimport: True
|
gpgautoimport: True
|
||||||
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
||||||
refresh: True
|
refresh: True
|
||||||
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
|
{% if grains['os'] == "SUSE" %}
|
||||||
packman:
|
packman:
|
||||||
humanname: 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
|
enabled: True
|
||||||
gpgautoimport: True
|
gpgautoimport: True
|
||||||
refresh: True
|
refresh: True
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user