Add support for setting user expire

This commit is contained in:
Thomas Juberg
2014-12-22 14:22:46 +01:00
parent c237912af0
commit e35045801c
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -58,6 +58,9 @@
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
{% if 'expire' in user -%}
- expire: {{ user['expire'] }}
{% endif -%}
- remove_groups: {{ user.get('remove_groups', 'False') }}
- groups:
- {{ user_group }}