ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/311
This commit is contained in:
Imran Iqbal 2021-04-05 18:54:42 +01:00
parent 344ba0c2eb
commit 82e5538dec
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -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 %>
platforms:
- name: windows-81-latest-py3
@ -19,7 +25,6 @@ platforms:
customize: {}
ssh: {}
provisioner:
salt_install: none
# yamllint disable rule:line-length
init_environment: |
# Workaround to allow `kitchen converge` to be used multiple times
@ -30,6 +35,3 @@ platforms:
-ErrorAction SilentlyContinue
exit 0
# yamllint enable rule:line-length
provisioner:
salt_install: bootstrap