Explorar el Código

Merge pull request #8 from ChronoPositron/group-id-undefined-var

Fix Undefined jinja variable error with Salt 0.17.1
lookup-fix-3
Seth House hace 11 años
padre
commit
260388cd20
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      users/init.sls

+ 2
- 0
users/init.sls Ver fichero

@@ -25,7 +25,9 @@ include:
- group: {{ name }}
group.present:
- name: {{ name }}
{% if 'uid' in user -%}
- gid: {{ user['uid'] }}
{% endif %}
user.present:
- name: {{ name }}
- home: {{ home }}

Cargando…
Cancelar
Guardar