mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Use windows state to bootstrap windows builds
This is also removing the use of dev_*.ps1 scripts in the windows builds
This commit is contained in:
parent
db02b1d789
commit
49d529d2d4
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ provisioner:
|
||||||
base:
|
base:
|
||||||
"os:Windows":
|
"os:Windows":
|
||||||
- match: grain
|
- match: grain
|
||||||
- prep_windows
|
- windows
|
||||||
"*":
|
"*":
|
||||||
- <%= ENV['KITCHEN_STATE'] || 'git.salt' %>
|
- <%= ENV['KITCHEN_STATE'] || 'git.salt' %>
|
||||||
pillars:
|
pillars:
|
||||||
|
|
Loading…
Add table
Reference in a new issue