The patch fixes typo which leads to not working retry procedure in state. Change-Id: I5f1863f0add3ace7cdee1c5e36a5a57e550ef893master
@@ -76,7 +76,7 @@ salt_minion_cert_{{ ca_name }}_dirs: | |||
- x509: {{ ca_key_file }} | |||
{%- if grains['saltversioninfo'][0] >= 2017 %} | |||
- retry: | |||
attepmts: 5 | |||
attempts: 5 | |||
until: True | |||
interval: 60 | |||
{%- endif %} |
@@ -94,7 +94,7 @@ salt_minion_cert_{{ cert_name }}_dirs: | |||
{%- endif %} | |||
{%- if grains['saltversioninfo'][0] >= 2017 %} | |||
- retry: | |||
attepmts: 5 | |||
attempts: 5 | |||
until: True | |||
interval: 60 | |||
{%- endif %} |