File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,3 @@ provisioner:
18
18
C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls `
19
19
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls `
20
20
skip_verify=True makedirs=True
21
- exit 0
Original file line number Diff line number Diff line change @@ -13,13 +13,12 @@ platforms:
13
13
provisioner :
14
14
init_environment : |
15
15
# 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)
18
18
rm -recurse `
19
19
C:\Users\vagrant\AppData\Local\Temp\kitchen\var\cache\salt\minion\files\base `
20
20
-ErrorAction SilentlyContinue
21
21
salt-call --local state.single file.managed `
22
22
C:\Users\vagrant\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls `
23
23
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls `
24
24
skip_verify=True makedirs=True
25
- exit 0
You can’t perform that action at this time.
0 commit comments