mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-18 07:22:17 +00:00
use /srv/formulas for formulas
This commit is contained in:
parent
fc50bd1884
commit
ecb32dde09
2 changed files with 3 additions and 2 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -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_glob:
|
||||||
|
- '\.git*'
|
||||||
file_roots:
|
file_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/salt
|
- /srv/salt
|
||||||
acg:
|
- /srv/formulas
|
||||||
- /srv/salt/acg
|
|
||||||
fileserver_backend:
|
fileserver_backend:
|
||||||
- roots
|
- roots
|
||||||
- gitfs
|
- gitfs
|
||||||
|
|
0
salt_content/local/formulas/.gitkeep
Normal file
0
salt_content/local/formulas/.gitkeep
Normal file
Loading…
Reference in a new issue