mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30: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:
|
||||
usbxhci: 'off'
|
||||
gui: false
|
||||
linked_clone: true
|
||||
ssh:
|
||||
shell: /bin/sh
|
||||
<% unless ENV['CI'] %>
|
||||
linked_clone: true
|
||||
synced_folders:
|
||||
- - '.kitchen/kitchen-vagrant/%{instance_name}/vagrant'
|
||||
- '/vagrant'
|
||||
- 'create: true, disabled: false'
|
||||
<% end %>
|
||||
|
||||
provisioner:
|
||||
init_environment: |
|
||||
|
@ -32,6 +38,7 @@ platforms:
|
|||
box: generic/openbsd6
|
||||
ssh:
|
||||
shell: /bin/ksh
|
||||
synced_folders: []
|
||||
provisioner:
|
||||
init_environment: |
|
||||
echo 'auto_accept: true' > /tmp/auto-accept-keys.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue