Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. mongodb.sls======================
  2.  
  3. mongodb-10gen-ppa:
  4. pkgrepo.managed:
  5. - humanname: MongoDB 10gen PPA
  6. - name: deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
  7. - dist: dist
  8. - file: /etc/apt/sources.list.d/mongodb.list
  9. - keyid: 7F0CEB10
  10. - keyserver: keyserver.ubuntu.com
  11. - require_in:
  12. - pkg: mongodb-10gen
  13.  
  14. mongodb-10gen:
  15. pkg.installed:
  16. - version: 2.4.6
  17.  
  18. OUTPUT=========================
  19.  
  20. State: - pkg
  21. Name: mongodb-10gen
  22. Function: installed
  23. Result: False
  24. Comment: The following packages failed to install/update: mongodb-10gen=2.4.6_amd64.
  25. Changes:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement