added chrome browser to default config

This commit is contained in:
Jonas Forsberg 2020-08-03 16:54:21 +02:00
parent 229403173e
commit c1795e37bf
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9
2 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,8 @@ packages:
go: { status: installed } go: { status: installed }
nextcloud-desktop: { status: installed } nextcloud-desktop: { status: installed }
keepassxc: { status: installed } keepassxc: { status: installed }
chrome-gnome-shell: { status: installed }
google-chrome-stable: { status: installed }
vim-plugin-gnupg: { status: installed } vim-plugin-gnupg: { status: installed }
# vim-instant-markdown # vim-instant-markdown
xdg-utils: { status: installed } xdg-utils: { status: installed }

View File

@ -1,5 +1,11 @@
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
repositories: repositories:
google-chrome:
humanname: Google Chrome
baseurl: https://dl.google.com/linux/chrome/rpm/stable/x86_64
enabled: True
gpgautoimport: True
refresh: True
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
packman: packman:
humanname: 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/openSUSE_Leap_{{ grains['lsb_distrib_release'] }}/
@ -7,3 +13,4 @@ repositories:
gpgautoimport: True gpgautoimport: True
refresh: True refresh: True
{% endif %} {% endif %}