So when trying to create a user like so: ``` user_name: user.present: - fullname: joe user - shell: /usr/local/bin/bash - home: /home/user_name - password: - groups: - wheel - require: - pkg: bash ``` I am getting this error: ``` ---------- State: - user Name: fridder Function: present Result: False Comment: An exception occurred in this state: Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/salt/state.py", line 1203, in call ret = self.states[cdata['full']](*cdata['args']) File "/usr/local/lib/python2.7/site-packages/salt/states/user.py", line 352, in present spost = __salt__['shadow.info'](name) File "/usr/local/lib/python2.7/site-packages/salt/modules/shadow.py", line 38, in info data = spwd.getspnam(name) NameError: global name 'spwd' is not defined ``` The user does get created however it is missing its password. It seems this issue is similar to: #5563 I am running salt-call 0.15.3