0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2026-05-22 12:52:35 +02:00

[users/init] whitespace cleanup

This commit is contained in:
Arthur Lutz 2019-07-10 11:50:09 +02:00 committed by GitHub
parent 2d5fb596a9
commit cc3b429b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ include:
{%- set current = salt.user.info(name) -%}
{%- set home = user.get('home', current.get('home', "/home/%s" % name)) -%}
{%- set createhome = user.get('createhome', current.get('createhome', users.get('createhome'))) -%}
{%- if 'prime_group' in user and 'name' in user['prime_group'] %}
{%- set user_group = user.prime_group.name -%}
{%- else -%}