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 salt-pip install pygit2
cat << EOF > /etc/salt/master.d/lab.conf cat << EOF > /etc/salt/master.d/lab.conf
auto_accept: True auto_accept: True
file_ignore_glob:
- '\.git*'
file_roots: file_roots:
base: base:
- /srv/salt - /srv/salt
acg: - /srv/formulas
- /srv/salt/acg
fileserver_backend: fileserver_backend:
- roots - roots
- gitfs - gitfs

View file