dotfiles/salt/pillars/repositories.sls

18 lines
521 B
Plaintext
Raw Normal View History

repositories:
2020-08-03 14:54:21 +00:00
google-chrome:
humanname: Google Chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
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['lsb_distrib_id'] == "openSUSE Leap" %}
packman:
humanname: packman
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_{{ grains['lsb_distrib_release'] }}/
enabled: True
gpgautoimport: True
refresh: True
{% endif %}
2020-08-03 14:54:21 +00:00