packages/init.sls
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% for name, state in salt.pillar.get("packages", {}) %}
|
{% for name, state in salt.pillar.get("packages", {}).items() %}
|
||||||
{{ "pkg_%s" | format(name) }}:
|
{{ "pkg_%s" | format(name) }}:
|
||||||
pkg.{{ state }}:
|
pkg.{{ state }}:
|
||||||
- name: {{ name | yaml_encode }}
|
- name: {{ name | yaml_encode }}
|
||||||
|
|||||||
Reference in New Issue
Block a user