Explorar el Código

Merge pull request #146 from M2Mobi/bashrc

Add support for jinja code in bashrc files.
tags/v0.45.0
Niels Abspoel hace 7 años
padre
commit
c76173753c
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