dotfiles/salt/pillars/repositories.sls

17 lines
493 B
Plaintext
Raw Normal View History

repositories:
2020-08-03 14:54:21 +00:00
google-chrome:
humanname: Google Chrome
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
{% 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 %}