2020-05-09 09:17:42 +00:00
|
|
|
repositories:
|
2020-08-03 14:54:21 +00:00
|
|
|
google-chrome:
|
|
|
|
humanname: Google Chrome
|
2020-08-04 08:28:47 +00:00
|
|
|
baseurl: http://dl.google.com/linux/chrome/rpm/stable/x86_64/
|
2020-08-03 14:54:21 +00:00
|
|
|
enabled: True
|
|
|
|
gpgautoimport: True
|
2020-08-03 15:06:51 +00:00
|
|
|
gpgkey: https://dl.google.com/linux/linux_signing_key.pub
|
2020-08-03 14:54:21 +00:00
|
|
|
refresh: True
|
2020-08-04 08:28:47 +00:00
|
|
|
{% if grains['os'] == "SUSE" %}
|
2020-05-09 09:17:42 +00:00
|
|
|
packman:
|
|
|
|
humanname: packman
|
2020-08-04 08:28:47 +00:00
|
|
|
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/{{ grains['oscodename'].replace(" ", "_") }}/
|
2020-05-09 09:17:42 +00:00
|
|
|
enabled: True
|
|
|
|
gpgautoimport: True
|
|
|
|
refresh: True
|
|
|
|
{% endif %}
|