mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-16 17:50:24 +00:00
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:
parent
344ba0c2eb
commit
82e5538dec
1 changed files with 7 additions and 5 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 %>
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue