Skip to content

Commit 7fbd484

Browse files
committed
Fix spawning vagrant
1 parent 658f038 commit 7fbd484

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

conf/vagrant/master.conf

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pillar_roots:
1010
- /srv/pillar/base
1111

1212
ext_pillar:
13+
- dc:
14+
"*.vagrant.psf.io": vagrant
1315
- ca:
1416
name: PSF_CA
1517
cert_opts:
@@ -19,6 +21,6 @@ ext_pillar:
1921
O: Python Software Foundation
2022
OU: Infrastructure Team
2123
emailAddress: [email protected]
22-
- consul: /etc/consul/.consul.key
23-
- dc:
24-
"*.vagrant.psf.io": vagrant
24+
- consul:
25+
key_path: /var/lib/consul/encryption_keys/primary.key
26+
acl_path: /var/lib/consul/acl_tokens/

0 commit comments

Comments
 (0)