added salt-cal local states and pillars

This commit is contained in:
Jonas Forsberg
2020-05-09 11:17:42 +02:00
parent 99ff02451d
commit 6ba2a64393
8 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
packages:
teams:
repositories:
msteams:
humanname: Microsoft Teams
baseurl: https://packages.microsoft.com/yumrepos/ms-teams
enabled: True
gpgautoimport: True
refresh: True

View File

@@ -0,0 +1,6 @@
packages:
vim:
git:
curl:
htop:
terminator:

View File

@@ -0,0 +1,9 @@
{% if grains['lsb_distrib_id'] == "openSUSE Leap" %}
repositories:
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 %}

7
salt/pillars/top.sls Normal file
View File

@@ -0,0 +1,7 @@
base:
'*':
- packages
- repositories
'exsilio':
- hosts.exsilio