New version of salt-formula from Saltstack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {%- set node_id = salt['pillar.get']('node_id') %}
-
- key_create_{{ node_id }}:
- salt.wheel:
- - name: key.delete
- - match: {{ node_id }}
|