diff --git a/users/init.sls b/users/init.sls index abf84bf..c599b9e 100644 --- a/users/init.sls +++ b/users/init.sls @@ -45,7 +45,7 @@ - uid: {{ user['uid'] }} {% endif -%} {% if 'password' in user -%} - - password: {{ user['password'] }} + - password: '{{ user['password'] }}' {% endif -%} {% if 'prime_group' in user and 'gid' in user['prime_group'] -%} - gid: {{ user['prime_group']['gid'] }}