Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. supervisor:
  2. pip.installed:
  3. - require:
  4. - pkg: python27-pip
  5.  
  6. python27:
  7. pkg.installed
  8.  
  9. python27-devel:
  10. pkg.installed
  11.  
  12. python27-pip:
  13. pkg.installed
  14.  
  15.  
  16. Getting this:
  17. ID: supervisor
  18. Function: pip.installed
  19. Result: False
  20. Comment: State 'pip.installed' found in SLS 'python' is unavailable
  21. Started:
  22. Duration:
  23. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement