Advertisement
Guest User

Untitled

a guest
Feb 24th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.25 KB | None | 0 0
  1. robotics-server-js:
  2.   bower.bootstrap:
  3.     - name: {{ app_root }}/index/
  4.     - user: {{ fs_user }}
  5.     - require:
  6.       - npm: bower
  7.  
  8. ===========================
  9.  
  10.     The minion function caused an exception: Traceback (most recent call last):
  11.      File "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1161, in _thread_return
  12.         return_data = func(*args, **kwargs)
  13.       File "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 681, in sls
  14.         ret = st_.state.call_high(high_)
  15.       File "/usr/lib/python2.7/dist-packages/salt/state.py", line 2067, in call_high
  16.         ret = dict(list(disabled.items()) + list(self.call_chunks(chunks).items()))
  17.       File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1623, in call_chunks
  18.         running = self.call_chunk(low, running, chunks)
  19.       File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1769, in call_chunk
  20.         self._mod_init(low)
  21.       File "/usr/lib/python2.7/dist-packages/salt/state.py", line 612, in _mod_init
  22.         self.states['{0}.{1}'.format(low['state'], low['fun'])]  # pylint: disable=W0106
  23.       File "/usr/lib/python2.7/dist-packages/salt/utils/lazy.py", line 90, in __getitem__
  24.         raise KeyError(key)
  25.     KeyError: 'bower.bootstrap'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement