mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-31 16:15:32 +02:00
Add support for hash_password
This commit is contained in:
@@ -93,6 +93,9 @@ users_{{ name }}_user:
|
||||
{% if 'enforce_password' in user -%}
|
||||
- enforce_password: {{ user['enforce_password'] }}
|
||||
{% endif -%}
|
||||
{% if 'hash_password' in user -%}
|
||||
- hash_password: {{ user['hash_password'] }}
|
||||
{% endif -%}
|
||||
{% if user.get('system', False) -%}
|
||||
- system: True
|
||||
{% endif -%}
|
||||
|
||||
Reference in New Issue
Block a user