Advertisement
Guest User

error

a guest
Jul 30th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/salt-call", line 11, in <module>
  3. salt_call()
  4. File "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 76, in salt_call
  5. client.run()
  6. File "/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 257, in run
  7. caller.run()
  8. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 163, in run
  9. ret = self.call()
  10. File "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 76, in call
  11. ret['return'] = func(*args, **kwargs)
  12. File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 205, in highstate
  13. if __salt__['config.option']('state_data', '') == 'terse' or kwargs.get('terse'):
  14. File "/usr/lib/python2.7/dist-packages/salt/modules/config.py", line 113, in option
  15. if value in __pillar__.get('master', {}):
  16. AttributeError: 'str' object has no attribute 'get'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement