From 37dd068d199b4ee049c31807ecf34dfadec0179b Mon Sep 17 00:00:00 2001
From: Imran Iqbal <iqbalmy@hotmail.com>
Date: Mon, 4 Apr 2022 12:36:29 +0100
Subject: [PATCH] ci(kitchen.windows): fix version number for Salt installation
 [skip ci]

Automated using:

* https://github.com/myii/ssf-formula/commit/75e75559d6bf6c1c1321299613dbf81058f2a0d6
---
 kitchen.windows.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kitchen.windows.yml b/kitchen.windows.yml
index 6aef85a..0c78152 100644
--- a/kitchen.windows.yml
+++ b/kitchen.windows.yml
@@ -11,7 +11,7 @@ driver:
 
 provisioner:
   salt_install: bootstrap
-  salt_bootstrap_options: -pythonVersion 3 -version 3004-3
+  salt_bootstrap_options: -pythonVersion 3 -version 3004.1-1
   # yamllint disable rule:line-length
   init_environment: |
     salt-call --local state.single file.managed `
-- 
GitLab