Added sesdev states for exsillio
This commit is contained in:
parent
c6f97646ed
commit
f6170a799a
@ -1,11 +1,22 @@
|
||||
include:
|
||||
- repos.msteams
|
||||
- repos.vagrant
|
||||
- repos.sesdev
|
||||
|
||||
packages:
|
||||
teams: { status: installed }
|
||||
python3-susepubliccloudinfo: { status: installed }
|
||||
pattern:kvm_server: { status: installed }
|
||||
pattern:kvm_tools: { status: installed }
|
||||
vagrant: { status: installed }
|
||||
vagrant-libvirt: { status: installed }
|
||||
gcc: { status: installed }
|
||||
git-core: { status: installed }
|
||||
libvirt-devel: { status: installed }
|
||||
python3-devel: { status: installed }
|
||||
python3-virtualenv: { status: installed }
|
||||
sesdev: { status: installed }
|
||||
|
||||
|
||||
firefox:
|
||||
addons:
|
||||
|
8
salt/pillars/repos/sesdev.sls
Normal file
8
salt/pillars/repos/sesdev.sls
Normal file
@ -0,0 +1,8 @@
|
||||
repositories:
|
||||
sesdev:
|
||||
humanname: sesdev
|
||||
baseurl: https://download.opensuse.org/repositories/filesystems:/ceph/{{ grains['oscodename'].replace(" ", "_") }}/
|
||||
enabled: True
|
||||
gpgautoimport: True
|
||||
refresh: True
|
||||
|
8
salt/pillars/repos/vagrant.sls
Normal file
8
salt/pillars/repos/vagrant.sls
Normal file
@ -0,0 +1,8 @@
|
||||
repositories:
|
||||
vagrant:
|
||||
humanname: vagrant
|
||||
baseurl: https://download.opensuse.org/repositories/Virtualization:/vagrant/{{ grains['oscodename'].replace(" ", "_") }}/
|
||||
enabled: True
|
||||
gpgautoimport: True
|
||||
refresh: True
|
||||
|
Loading…
Reference in New Issue
Block a user