Advertisement
Guest User

Untitled

a guest
Aug 12th, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ----------
  2. State: - user
  3. Name: fred
  4. Function: present
  5. Result: False
  6. Comment: An exception occurred in this state: Traceback (most recent call last):
  7. File "/Library/Python/2.7/site-packages/salt/state.py", line 1239, in call
  8. ret = self.states[cdata['full']](*cdata['args'])
  9. File "/Library/Python/2.7/site-packages/salt/states/user.py", line 238, in present
  10. missing_groups = [x for x in groups if not __salt__['group.info'](x)]
  11. KeyError: 'group.info'
  12.  
  13. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement