Explorar el Código

remove makedirs from x509.pem_managed

Change-Id: Idfe764a5b8106e02614eb3eab78895629a6fc570
pull/56/head
Jiri Broulik hace 7 años
padre
commit
1dc8e78874
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      salt/minion/cert.sls

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

@@ -200,7 +200,6 @@ salt_trust_ca_{{ cacert_file }}:
x509.pem_managed:
- name: {{ cacert_file }}
- text: {{ ca_cert|replace('\n', '') }}
- makedirs: True
- watch_in:
- file: salt_trust_ca_{{ cacert_file }}_permissions
- cmd: salt_update_certificates

Cargando…
Cancelar
Guardar