Merge branch 'master' of ssh://curry.rre.nu:3022/jonas/dotfiles

This commit is contained in:
Jonas Forsberg
2020-08-06 10:20:45 +02:00
7 changed files with 288 additions and 41 deletions

View File

@@ -1,17 +1,16 @@
repositories:
google-chrome:
humanname: Google Chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
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
gpgkey: /root/google_linux_signing_key.pub
refresh: True
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
{% if grains['os'] == "SUSE" %}
packman:
humanname: packman
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_{{ grains['lsb_distrib_release'] }}/
baseurl: https://ftp.gwdg.de/pub/linux/misc/packman/suse/{{ grains['oscodename'].replace(" ", "_") }}/
enabled: True
gpgautoimport: True
refresh: True
{% endif %}