mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-30 16:38:02 +02:00
Add Password capabilities
This commit is contained in:
@@ -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 -%}
|
||||
|
||||
Reference in New Issue
Block a user