fix file_ignore_regex for .gitkeep files

This commit is contained in:
John Bowdre 2024-02-07 10:22:14 -06:00
parent ecb32dde09
commit cb7ed6add5

4
Vagrantfile vendored
View file

@ -29,8 +29,8 @@ 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_ignore_regex:
- '/*\.gitkeep'
file_roots:
base:
- /srv/salt