We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385b223 commit c1d680aCopy full SHA for c1d680a
packages/chocolatey.sls
@@ -2,6 +2,8 @@
2
# vim: ft=sls
3
{% from "packages/map.jinja" import packages with context %}
4
5
+{% if grains['os'] == 'Windows' %}
6
+
7
{% if packages.chocolatey %}
8
{% set req_states = packages.chocolatey.required.states %}
9
{% set req_pkgs = packages.chocolatey.required.pkgs %}
@@ -47,3 +49,5 @@ chocolatey_req_pkgs:
47
49
{% endfor %}
48
50
{% endif %}
51
52
53
+{% endif %}
0 commit comments