Advertisement
Guest User

Untitled

a guest
Jan 26th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. ----------
  2. ID: /etc/uwsgi.conf
  3. Function: file.managed
  4. Result: False
  5. Comment: An exception occurred in this state: Traceback (most recent call last):
  6. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1533, in call
  7. **cdata['kwargs'])
  8. File "/usr/lib/python2.7/dist-packages/salt/states/file.py", line 1230, in managed
  9. u_check = _check_user(user, group)
  10. File "/usr/lib/python2.7/dist-packages/salt/states/file.py", line 268, in _check_user
  11. uid = __salt__['file.user_to_uid'](user)
  12. File "/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 260, in user_to_uid
  13. return pwd.getpwnam(user).pw_uid
  14. TypeError: must be string, not OrderedDict
  15. Started: 23:38:52.602833
  16. Duration: 3.023 ms
  17. Changes:
  18.  
  19. Summary
  20. ------------
  21. Succeeded: 0
  22. Failed: 1
  23. ------------
  24. Total states run: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement