Skip to content

Commit

Permalink
ci: avoid init_environment failing due to saltstack/salt#57628
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jun 22, 2020
1 parent 7283f38 commit 398932b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kitchen.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ provisioner:
C:\salt\salt-call --local state.single file.managed
C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls
skip_verify=True makedirs=True
skip_verify=True makedirs=True; exit 0
4 changes: 2 additions & 2 deletions kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ driver:
name: vagrant

platforms:
- name: windows-81-2019-2-py3
- name: windows
driver:
box: techneg/win81x64-pro-salt
gui: false
Expand All @@ -15,4 +15,4 @@ platforms:
salt-call --local state.single file.managed
C:\Users\vagrant\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls
skip_verify=True makedirs=True
skip_verify=True makedirs=True; exit 0

0 comments on commit 398932b

Please sign in to comment.