Skip to content

Instantly share code, notes, and snippets.

@duk3luk3
Created October 26, 2013 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duk3luk3/7174575 to your computer and use it in GitHub Desktop.
Save duk3luk3/7174575 to your computer and use it in GitHub Desktop.
wildmode=full11:10:07 {master} /srv/salt/dirty-users# salt -l debug bb1 state.show_sls dirty-users
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Missing configuration file: /root/.salt
[DEBUG ] loading log_handlers in ['/var/cache/salt/master/extmods/log_handlers', '/usr/lib/pymodules/python2.7/salt/log/handlers']
[DEBUG ] Skipping /var/cache/salt/master/extmods/log_handlers, it is not a directory
[DEBUG ] None of the required configuration sections, 'logstash_udp_handler' and 'logstash_zmq_handler', were found the in the configuration. Not loading the Logstash logging handlers module.
[DEBUG ] Configuration file path: /etc/salt/master
[DEBUG ] Reading configuration from /etc/salt/master
[DEBUG ] Missing configuration file: /root/.salt
[DEBUG ] LocalClientEvent PUB socket URI: ipc:///var/run/salt/master/master_event_pub.ipc
[DEBUG ] LocalClientEvent PULL socket URI: ipc:///var/run/salt/master/master_event_pull.ipc
[DEBUG ] loading output in ['/var/cache/salt/master/extmods/output', '/usr/lib/pymodules/python2.7/salt/output']
[DEBUG ] Skipping /var/cache/salt/master/extmods/output, it is not a directory
[DEBUG ] Loaded no_out as virtual quiet
[DEBUG ] Loaded json_out as virtual json
[DEBUG ] Loaded yaml_out as virtual yaml
[DEBUG ] Loaded pprint_out as virtual pprint
bb1:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/salt/minion.py", line 657, in _thread_return
return_data = func(*args, **kwargs)
File "/usr/lib/pymodules/python2.7/salt/modules/state.py", line 499, in show_sls
high_, errors = st_.render_highstate({env: mods})
File "/usr/lib/pymodules/python2.7/salt/state.py", line 2181, in render_highstate
state, errors = self.render_state(sls, env, mods, matches)
File "/usr/lib/pymodules/python2.7/salt/state.py", line 2025, in render_state
self._handle_iorder(state)
File "/usr/lib/pymodules/python2.7/salt/state.py", line 2055, in _handle_iorder
state[name][s_dec].append(
AttributeError: 'OrderedDict' object has no attribute 'append'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment