Ales Komarek преди 8 години
родител
ревизия
7a911e0f2f
променени са 1 файла, в които са добавени 8 реда и са изтрити 9 реда
  1. +8
    -9
      salt/minion/cert.sls

+ 8
- 9
salt/minion/cert.sls Целия файл

@@ -23,19 +23,18 @@ include:
- days_remaining: 30
- backup: True

{%- endfor %}

{#
/usr/local/share/ca-certificates:
file.directory: []
{%- for ca_path,ca_cert in salt['mine.get'](cert.host, 'x509.get_pem_entries')[cert.host].iteritems() %}

{%- for ca_path,ca in salt['mine.get']('ca', 'x509.get_pem_entries')['ca'].iteritems() %}
{%- if '/etc/pki/ca/'+cert.authority in ca_path %}

/usr/local/share/ca-certificates/{{ ca }}.crt:
/etc/pki/cert/{{ cert.authority }}/ca.crt:
x509.pem_managed:
- text: {{ salt['mine.get']('ca', 'x509.get_pem_entries')['ca']['/etc/pki/ca.crt']|replace('\n', '') }}
- text: {{ ca_cert|replace('\n', '') }}

{%- endif %}

{%- endfor %}

{%- endfor %}
#}

{%- endif %}

Loading…
Отказ
Запис