updated provision state
This commit is contained in:
parent
70db30cce1
commit
950036d5f6
@ -15,7 +15,7 @@ schedule_saltutil_clear_cache:
|
||||
- run_on_start: false
|
||||
|
||||
{%- if specs.default.items()|length > 0 and salt['grains.get']('id') in specs.keys() %}
|
||||
{%- for key, value in specs.default.items() %}
|
||||
{% for key, value in specs.default.items() %}
|
||||
{{ key }}:
|
||||
grains.present:
|
||||
- name: {{ key }}
|
||||
|
Loading…
Reference in New Issue
Block a user