Explorar el Código

Add support for jinja code in bashrc files.

tags/v0.45.0
Damien Tardy-Panis hace 8 años
padre
commit
4042641c09
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      users/bashrc.sls

+ 2
- 1
users/bashrc.sls Ver fichero

@@ -21,7 +21,8 @@ users_{{ name }}_user_bashrc:
- user: {{ name }}
- group: {{ user_group }}
- mode: 644
- source:
- template: jinja
- source:
- salt://users/files/bashrc/{{ name }}/bashrc
- salt://users/files/bashrc/bashrc
{% endif %}

Cargando…
Cancelar
Guardar