mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-22 13:32:18 +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
|
||||
cat << EOF > /etc/salt/master.d/lab.conf
|
||||
auto_accept: True
|
||||
file_ignore_regex:
|
||||
- '/*\.gitkeep'
|
||||
file_roots:
|
||||
base:
|
||||
- /srv/salt
|
||||
acg:
|
||||
- /srv/salt/acg
|
||||
- /srv/formulas
|
||||
fileserver_backend:
|
||||
- roots
|
||||
- gitfs
|
||||
|
|
0
salt_content/local/formulas/.gitkeep
Normal file
0
salt_content/local/formulas/.gitkeep
Normal file
Loading…
Reference in a new issue