Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. top.sls
  2.  
  3. #base:
  4. # '*':
  5. # - global
  6. global:
  7. '*':
  8. - users
  9.  
  10. users is in global/users/init.sls
  11.  
  12. error:
  13.  
  14. (most recent call last):
  15. File "/usr/lib/pymodules/python2.7/salt/minion.py", line 428, in _thread_return
  16. ret['return'] = func(*args, **kwargs)
  17. File "/usr/lib/pymodules/python2.7/salt/modules/state.py", line 225, in highstate
  18. cache_name=kwargs.get('cache_name', 'highstate')
  19. File "/usr/lib/pymodules/python2.7/salt/state.py", line 2071, in call_highstate
  20. high, errors = self.render_highstate(matches)
  21. File "/usr/lib/pymodules/python2.7/salt/state.py", line 1983, in render_highstate
  22. for sls in fnmatch.filter(self.avail[env], sls_match):
  23. KeyError: 'global'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement