mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-22 21:42:19 +00:00
Compare commits
2 commits
fc50bd1884
...
cb7ed6add5
Author | SHA1 | Date | |
---|---|---|---|
cb7ed6add5 | |||
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_regex:
|
||||||
|
- '/*\.gitkeep'
|
||||||
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