mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
ci(vagrant): use conditional local settings (inc. synced_folders
)
This commit is contained in:
parent
52ffe58df8
commit
41f0ae7d32
1 changed files with 8 additions and 1 deletions
|
@ -7,9 +7,15 @@ driver:
|
||||||
customize:
|
customize:
|
||||||
usbxhci: 'off'
|
usbxhci: 'off'
|
||||||
gui: false
|
gui: false
|
||||||
linked_clone: true
|
|
||||||
ssh:
|
ssh:
|
||||||
shell: /bin/sh
|
shell: /bin/sh
|
||||||
|
<% unless ENV['CI'] %>
|
||||||
|
linked_clone: true
|
||||||
|
synced_folders:
|
||||||
|
- - '.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
|
||||||
|
- '/vagrant'
|
||||||
|
- 'create: true, disabled: false'
|
||||||
|
<% end %>
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
init_environment: |
|
init_environment: |
|
||||||
|
@ -32,6 +38,7 @@ platforms:
|
||||||
box: generic/openbsd6
|
box: generic/openbsd6
|
||||||
ssh:
|
ssh:
|
||||||
shell: /bin/ksh
|
shell: /bin/ksh
|
||||||
|
synced_folders: []
|
||||||
provisioner:
|
provisioner:
|
||||||
init_environment: |
|
init_environment: |
|
||||||
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf
|
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue