Compare commits

...

2 commits

Author SHA1 Message Date
cb7ed6add5 fix file_ignore_regex for .gitkeep files 2024-02-07 10:22:14 -06:00
ecb32dde09 use /srv/formulas for formulas 2024-02-07 09:40:11 -06:00
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_regex:
- '/*\.gitkeep'
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