From cb7ed6add50f8d97c5e8d09a8bf598d24c3948d1 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 7 Feb 2024 10:22:14 -0600 Subject: [PATCH] fix file_ignore_regex for .gitkeep files --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 76aaf91..89678e7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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