Skip to content

Commit e96ecdd

Browse files
committed
feat(vagrant): add Windows 10 pre-salted box
* https://app.vagrantup.com/techneg/boxes/win10x64-pro-salt
1 parent a120bc2 commit e96ecdd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ssf/defaults.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ ssf_node_anchors:
6464
# An alternative method could be to use:
6565
# `git describe --abbrev=0 --tags`
6666
# yamllint disable rule:line-length rule:quoted-strings
67-
title: "ci(vagrant): use pre-salted boxes & conditional local settings [skip ci]"
68-
body: '* Automated using https://github.com/myii/ssf-formula/pull/311'
67+
title: "ci(vagrant): add Windows 10 pre-salted box [skip ci]"
68+
body: '* Automated using https://github.com/myii/ssf-formula/pull/313'
6969
# yamllint enable rule:line-length rule:quoted-strings
7070
github:
7171
owner: 'saltstack-formulas'
@@ -213,7 +213,6 @@ ssf_node_anchors:
213213
vagrant:
214214
platforms:
215215
driver:
216-
box: 'techneg/win81x64-pro-salt'
217216
gui: 'false'
218217
linked_clone: 'true'
219218
winrepo_ng: []
@@ -321,6 +320,7 @@ ssf:
321320
### `openbsd`
322321
- [openbsd , 6.8 , 3001.1, 3] # obsd-06.8-master-py3
323322
### `windows`
323+
- [windows , 10 , latest, 3] # wind-10.0-latest-py3
324324
- [windows , 8.1 , latest, 3] # wind-08.1-latest-py3
325325
saltimages:
326326
### `tiamat-py3`

ssf/files/default/kitchen.vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ platforms:
3333
driver:
3434
{#- `box` first #}
3535
{%- if os == 'windows' %}
36-
box: {{ testing_windows.vagrant.platforms.driver.box }}
36+
box: {{ 'techneg/win{}x64-pro-salt'.format(os_ver | replace('.', '')) }}
3737
{%- else %}
3838
box: {{ 'myii/{}-{}-{}-py{}'.format(os, os_ver, salt_ver, py_ver) }}
3939
{%- endif %}

0 commit comments

Comments
 (0)