Advertisement
Guest User

Untitled

a guest
Mar 18th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. uwsgi-packages:
  2. pkg.installed:
  3. - names:
  4. - python-dev
  5. - python-pip
  6.  
  7. uwsgi:
  8. pip.installed:
  9. - name: uwsgi
  10. - require:
  11. - pkg: uwsgi-packages
  12. ----------
  13. ID: uwsgi-packages
  14. Function: pkg.installed
  15. Name: python-pip
  16. Result: True
  17. Comment: Package python-pip is already installed
  18. Changes:
  19. ----------
  20. ID: uwsgi-packages
  21. Function: pkg.installed
  22. Name: python-dev
  23. Result: True
  24. Comment: Package python-dev is already installed
  25. Changes:
  26. ----------
  27. ID: uwsgi
  28. Function: pip.installed
  29. Result: False
  30. Comment: State pip.installed found in sls uwsgi is unavailable
  31. Changes:
  32. ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement