create new environment for local/acg content

This commit is contained in:
John Bowdre 2023-04-09 21:02:44 -05:00
parent a58f8fcc1f
commit 34c0218735
5 changed files with 12 additions and 0 deletions

2
Vagrantfile vendored
View file

@ -24,6 +24,8 @@ auto_accept: True
file_roots:
base:
- /srv/salt
acg:
- /srv/salt/acg
fileserver_backend:
- roots
- gitfs

View file

@ -0,0 +1,3 @@
install_neofetch:
pkg.installed:
- name: neofetch

View file

@ -0,0 +1,3 @@
uninstall_neofetch:
pkg.removed:
- name: neofetch

View file

@ -0,0 +1,4 @@
acg:
'roles:acglab':
- match: grain
- neofetch