mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-22 21:42:19 +00:00
fix file_ignore_regex for .gitkeep files
This commit is contained in:
parent
ecb32dde09
commit
cb7ed6add5
1 changed files with 2 additions and 2 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -29,8 +29,8 @@ 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:
|
file_ignore_regex:
|
||||||
- '\.git*'
|
- '/*\.gitkeep'
|
||||||
file_roots:
|
file_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/salt
|
- /srv/salt
|
||||||
|
|
Loading…
Reference in a new issue