mirror of
https://github.com/saltstack-formulas/packages-formula.git
synced 2025-04-17 10:10:27 +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:
|
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 %>
|
||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: windows-81-latest-py3
|
- name: windows-81-latest-py3
|
||||||
|
@ -19,7 +25,6 @@ platforms:
|
||||||
customize: {}
|
customize: {}
|
||||||
ssh: {}
|
ssh: {}
|
||||||
provisioner:
|
provisioner:
|
||||||
salt_install: none
|
|
||||||
# yamllint disable rule:line-length
|
# yamllint disable rule:line-length
|
||||||
init_environment: |
|
init_environment: |
|
||||||
# Workaround to allow `kitchen converge` to be used multiple times
|
# Workaround to allow `kitchen converge` to be used multiple times
|
||||||
|
@ -30,6 +35,3 @@ platforms:
|
||||||
-ErrorAction SilentlyContinue
|
-ErrorAction SilentlyContinue
|
||||||
exit 0
|
exit 0
|
||||||
# yamllint enable rule:line-length
|
# yamllint enable rule:line-length
|
||||||
|
|
||||||
provisioner:
|
|
||||||
salt_install: bootstrap
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue