17 lines
493 B
Plaintext
17 lines
493 B
Plaintext
repositories:
|
|
google-chrome:
|
|
humanname: Google Chrome
|
|
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['os'] == "SUSE" %}
|
|
packman:
|
|
humanname: packman
|
|
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/{{ grains['oscodename'].replace(" ", "_") }}/
|
|
enabled: True
|
|
gpgautoimport: True
|
|
refresh: True
|
|
{% endif %}
|