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