mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-18 07:22:17 +00:00
include optional salt-content gitfs
This commit is contained in:
parent
cb7ed6add5
commit
dbc1c552a3
1 changed files with 4 additions and 0 deletions
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -45,6 +45,10 @@ gitfs_remotes:
|
||||||
- https://github.com/jbowdre/vagrant-saltlab.git:
|
- https://github.com/jbowdre/vagrant-saltlab.git:
|
||||||
- root: salt_content/gitfs/salt
|
- root: salt_content/gitfs/salt
|
||||||
- mountpoint: salt://
|
- mountpoint: salt://
|
||||||
|
# Uncomment the following to use the salt-content repo
|
||||||
|
# - https://github.com/jbowdre/salt-content.git:
|
||||||
|
# - root: salt
|
||||||
|
# -mountpoint: salt://
|
||||||
pillar_roots:
|
pillar_roots:
|
||||||
base:
|
base:
|
||||||
- /srv/pillar
|
- /srv/pillar
|
||||||
|
|
Loading…
Reference in a new issue