Skip to content

Commit 470f4d6

Browse files
committed
test(kitchen+windows): remove no longer needed workaround
1 parent f1cc1b9 commit 470f4d6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

kitchen.github.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ provisioner:
1818
C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls `
1919
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls `
2020
skip_verify=True makedirs=True
21-
exit 0

kitchen.vagrant.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ platforms:
1313
provisioner:
1414
init_environment: |
1515
# Workaround to allow `kitchen converge` to be used multiple times
16-
# without having to `kitchen destroy` first: remove state files copied
17-
# across during the previous `converge` (if present)
16+
# without having to `kitchen destroy` first: remove state files cached by
17+
# Salt during the previous `converge` (if present)
1818
rm -recurse `
1919
C:\Users\vagrant\AppData\Local\Temp\kitchen\var\cache\salt\minion\files\base `
2020
-ErrorAction SilentlyContinue
2121
salt-call --local state.single file.managed `
2222
C:\Users\vagrant\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls `
2323
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls `
2424
skip_verify=True makedirs=True
25-
exit 0

0 commit comments

Comments
 (0)