mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-18 07:22:17 +00:00
create new environment for local/acg content
This commit is contained in:
parent
a58f8fcc1f
commit
34c0218735
5 changed files with 12 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -24,6 +24,8 @@ auto_accept: True
|
||||||
file_roots:
|
file_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/salt
|
- /srv/salt
|
||||||
|
acg:
|
||||||
|
- /srv/salt/acg
|
||||||
fileserver_backend:
|
fileserver_backend:
|
||||||
- roots
|
- roots
|
||||||
- gitfs
|
- gitfs
|
||||||
|
|
3
salt_content/local/salt/acg/neofetch/init.sls
Normal file
3
salt_content/local/salt/acg/neofetch/init.sls
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
install_neofetch:
|
||||||
|
pkg.installed:
|
||||||
|
- name: neofetch
|
3
salt_content/local/salt/acg/neofetch/uninstall.sls
Normal file
3
salt_content/local/salt/acg/neofetch/uninstall.sls
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
uninstall_neofetch:
|
||||||
|
pkg.removed:
|
||||||
|
- name: neofetch
|
4
salt_content/local/salt/acg/top.sls
Normal file
4
salt_content/local/salt/acg/top.sls
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
acg:
|
||||||
|
'roles:acglab':
|
||||||
|
- match: grain
|
||||||
|
- neofetch
|
Loading…
Reference in a new issue