mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-26 15:12:19 +00:00
Compare commits
No commits in common. "cb7ed6add50f8d97c5e8d09a8bf598d24c3948d1" and "fc50bd1884aa824dfe072da07b9f996691440220" have entirely different histories.
cb7ed6add5
...
fc50bd1884
2 changed files with 2 additions and 3 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -29,12 +29,11 @@ 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
|
||||||
- /srv/formulas
|
acg:
|
||||||
|
- /srv/salt/acg
|
||||||
fileserver_backend:
|
fileserver_backend:
|
||||||
- roots
|
- roots
|
||||||
- gitfs
|
- gitfs
|
||||||
|
|
Loading…
Reference in a new issue