Created
December 4, 2014 10:09
-
-
Save roeera/380f2946abf835a4e5ac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@ip-10-0-0-18 salt]# salt 'DB-Master' state.show_top | |
DB-Master: | |
The minion function caused an exception: Traceback (most recent call last): | |
File "/usr/lib/python2.6/site-packages/salt/minion.py", line 809, in _thread_return | |
return_data = func(*args, **kwargs) | |
File "/usr/lib/python2.6/site-packages/salt/modules/state.py", line 668, in show_top | |
top_ = st_.get_top() | |
File "/usr/lib/python2.6/site-packages/salt/state.py", line 2045, in get_top | |
tops = self.get_tops() | |
File "/usr/lib/python2.6/site-packages/salt/state.py", line 1922, in get_tops | |
saltenv=saltenv | |
File "/usr/lib/python2.6/site-packages/salt/template.py", line 84, in compile_template | |
ret = render(input_data, saltenv, sls, **render_kwargs) | |
File "/usr/lib/python2.6/site-packages/salt/renderers/yaml.py", line 47, in render | |
raise SaltRenderError(err_type, line_num, exc.problem_mark.buffer) | |
SaltRenderError: Unknown yaml render error; line 10 | |
--- | |
[...] | |
- Admin_Deploy | |
- Configurations_Deploy | |
- RSP_Deploy | |
- DWH_Deploy | |
- ETL_Deploy | |
'S_APAC_COMET': <====================== | |
- match: nodegroup | |
- DWH_Deploy | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment