Explorar el Código

Allow defining config files user, group and mode

tags/2016.12
Filip Pytloun hace 8 años
padre
commit
f2720ea9eb
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      linux/system/config.sls

+ 3
- 0
linux/system/config.sls Ver fichero

@@ -14,6 +14,9 @@
{{ service_config.path }}:
file.managed:
- source: {{ service_config.source }}
- user: {{ config.get('user', service_config.get('user', 'root')) }}
- group: {{ config.get('group', service_config.get('group', 'root')) }}
- mode: {{ config.get('mode', service_config.get('mode', '644')) }}
{%- if service_config.template is defined %}
- template: {{ service_config.template }}
{%- endif %}

Cargando…
Cancelar
Guardar