diff --git a/users/init.sls b/users/init.sls index 3e40f1e..6a16d36 100644 --- a/users/init.sls +++ b/users/init.sls @@ -28,7 +28,7 @@ include: user.present: - name: {{ name }} - home: {{ home }} - - shell: {{ pillar.get('shell', '/bin/bash') }} + - shell: {{ user.get('shell', '/bin/bash') }} {% if 'uid' in user -%} - uid: {{ user['uid'] }} {% endif %}