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.{{ state }}:
|
||||
- name: {{ name | yaml_encode }}
|
||||
|
||||
Reference in New Issue
Block a user