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.
|
1234567891011 |
- {%- set node_id = salt['pillar.get']('node_id') %}
-
- linux_state_all_nodes:
- salt.state:
- - tgt: 'salt:master'
- - tgt_type: pillar
- - sls: salt.reactor_sls.key_remove
- - queue: True
- - pillar:
- node_id: {{ node_id }}
-
|