dotfiles/salt/pillars/repositories.sls

17 lines
479 B
Plaintext
Raw Normal View History

repositories:
2020-08-03 14:54:21 +00:00
google-chrome:
2020-08-04 09:00:19 +00:00
humanname: google-chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64/
2020-08-03 14:54:21 +00:00
enabled: True
gpgautoimport: True
2020-08-04 09:00:19 +00:00
gpgkey: /root/google_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 %}