Ver código fonte

Add Password capabilities

tags/v0.45.0
Eric Edgar 10 anos atrás
pai
commit
757e79c9d2
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      users/init.sls

+ 3
- 0
users/init.sls Ver arquivo

@@ -43,6 +43,9 @@ include:
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}
{% if 'password' in user -%}
- password: {{ user['password'] }}
{% endif -%}
{% if 'prime_group' in user and 'gid' in user['prime_group'] -%}
- gid: {{ user['prime_group']['gid'] }}
{% else -%}

Carregando…
Cancelar
Salvar