Explorar el Código

Update file.sls

update replace
pull/206/head
preussal hace 5 años
padre
commit
ca7255add7
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. +1
    -3
      linux/system/file.sls

+ 1
- 3
linux/system/file.sls Ver fichero

@@ -39,6 +39,7 @@ linux_file_{{ file_name }}:
- name: {{ file_name }}
{%- endif %}
- makedirs: {{ file.get('makedirs', 'True') }}
- replace: {{ file.get('replace', 'True') }}
- user: {{ file.get('user', 'root') }}
- group: {{ file.get('group', 'root') }}
{%- if file.mode is defined %}
@@ -50,9 +51,6 @@ linux_file_{{ file_name }}:
{%- if file.encoding is defined %}
- encoding: {{ file.encoding }}
{%- endif %}
{%- if file.replace is defined %}
- replace: {{ file.replace }}
{%- endif %}
{%- endfor %}


Cargando…
Cancelar
Guardar