use /srv/formulas for formulas

This commit is contained in:
John Bowdre 2024-02-07 09:40:11 -06:00
parent fc50bd1884
commit ecb32dde09
2 changed files with 3 additions and 2 deletions

5
Vagrantfile vendored
View File

@ -29,11 +29,12 @@ Vagrant.configure("2") do |config|
salt-pip install pygit2
cat << EOF > /etc/salt/master.d/lab.conf
auto_accept: True
file_ignore_glob:
- '\.git*'
file_roots:
base:
- /srv/salt
acg:
- /srv/salt/acg
- /srv/formulas
fileserver_backend:
- roots
- gitfs

View File