mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-12-18 07:22:17 +00:00
override env name so ext_pillar will work
This commit is contained in:
parent
60fcf707f1
commit
01a932185b
1 changed files with 2 additions and 1 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
@ -37,7 +37,8 @@ gitfs_remotes:
|
||||||
ext_pillar:
|
ext_pillar:
|
||||||
- git:
|
- git:
|
||||||
- main https://github.com/jbowdre/vagrant-saltlab.git:
|
- main https://github.com/jbowdre/vagrant-saltlab.git:
|
||||||
- root: pillar
|
- root: salt_content/pillar
|
||||||
|
- env: base
|
||||||
reactor:
|
reactor:
|
||||||
- 'salt/minion/*/start':
|
- 'salt/minion/*/start':
|
||||||
- salt://_reactor/sync_grains.sls
|
- salt://_reactor/sync_grains.sls
|
||||||
|
|
Loading…
Reference in a new issue