dotfiles/salt/pillars/repositories.sls
2020-08-03 17:06:51 +02:00

18 lines
521 B
Plaintext

repositories:
google-chrome:
humanname: Google Chrome
baseurl: https://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['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 %}