Explorar el Código

Merge "Added possibility to include certs template, without create it."

pull/78/head
Vasyl Saienko hace 6 años
padre
commit
e3e77f3c21
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      salt/minion/cert.sls

+ 2
- 0
salt/minion/cert.sls Ver fichero

@@ -13,6 +13,7 @@
{%- set created_ca_files = [] %}

{%- for cert_name,cert in minion.get('cert', {}).iteritems() %}
{%- if cert.get('enabled', True) %}
{%- set rowloop = loop %}

{%- set key_file = cert.get('key_file', '/etc/ssl/private/' + cert.common_name + '.key') %}
@@ -170,6 +171,7 @@ salt_minion_cert_{{ cert_name }}_all:
- require:
- cmd: salt_minion_cert_{{ cert_name }}_all
{%- endif %}
{%- endif %}

{%- endfor %}


Cargando…
Cancelar
Guardar