Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. debian-jessie:
  2. pkgrepo.managed:
  3. - humanname: Debian GNU/Linux 8.0 (jessie)
  4. - file: salt://apt/sources.list.d/jessie.list
  5. - dist: jessie
  6. - gpgcheck: 1
  7.  
  8. Error in log:
  9.  
  10. 2013-07-17 01:27:53,680 [salt.loaded.int.render.yaml][DEBUG ] Results of YAML rendering:
  11. {'debian-jessie': {'pkgrepo.managed': [{'humanname': 'Debian GNU/Linux 8.0 (jessie)'}, {'file': 'salt://apt/sources.list.d/jessie.list'}, {'dist': 'jessie'}, {'gpgcheck': 1}]}}
  12. 2013-07-17 01:27:53,720 [salt.minion ][WARNING ] TypeError encountered executing state.sls: unhashable type: 'list'. See debug log for more info. Possibly a missing arguments issue: ArgSpec(args=['mods
  13. ', 'env', 'test', 'exclude'], varargs=None, keywords='kwargs', defaults=('base', None, None))
  14. 2013-07-17 01:27:53,721 [salt.minion ][DEBUG ] TypeError intercepted: unhashable type: 'list'
  15. Traceback (most recent call last):
  16. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 626, in _thread_return
  17. ret['return'] = func(*args, **kwargs)
  18. File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 283, in sls
  19. ret = st_.state.call_high(high_)
  20. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1497, in call_high
  21. high, req_in_errors = self.requisite_in(high)
  22. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1177, in requisite_in
  23. if name not in extend:
  24. TypeError: unhashable type: 'list'
  25. Traceback (most recent call last):
  26. File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 626, in _thread_return
  27. ret['return'] = func(*args, **kwargs)
  28. File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 283, in sls
  29. ret = st_.state.call_high(high_)
  30. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1497, in call_high
  31. high, req_in_errors = self.requisite_in(high)
  32. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1177, in requisite_in
  33. if name not in extend:
  34. TypeError: unhashable type: 'list'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement