Advertisement
Guest User

Untitled

a guest
Feb 18th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. % sudo salt '*' pkg.list_pkgs
  2. test1:
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 722, in _thread_return
  5. return_data = func(*args, **kwargs)
  6. File "/usr/local/lib/python2.7/site-packages/salt/modules/freebsdpkg.py", line 187, in list_pkgs
  7. pkg, ver = line.split(' ')[0].rsplit('-', 1)
  8. ValueError: need more than 1 value to unpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement