diff --git a/users/init.sls b/users/init.sls index f69d3eb..17abc6f 100644 --- a/users/init.sls +++ b/users/init.sls @@ -40,7 +40,7 @@ user.present: - name: {{ name }} - home: {{ home }} - - shell: {{ user.get('shell', '/bin/bash') }} + - shell: {{ users.get('visudo_shell', '/bin/bash') }} {% if 'uid' in user -%} - uid: {{ user['uid'] }} {% endif -%}