From ecb32dde0912800906ef585ef76d504edac07eff Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Wed, 7 Feb 2024 09:40:11 -0600 Subject: [PATCH] use /srv/formulas for formulas --- Vagrantfile | 5 +++-- salt_content/local/formulas/.gitkeep | 0 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 salt_content/local/formulas/.gitkeep diff --git a/Vagrantfile b/Vagrantfile index bea365e..76aaf91 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,11 +29,12 @@ 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_roots: base: - /srv/salt - acg: - - /srv/salt/acg + - /srv/formulas fileserver_backend: - roots - gitfs diff --git a/salt_content/local/formulas/.gitkeep b/salt_content/local/formulas/.gitkeep new file mode 100644 index 0000000..e69de29