Advertisement
Guest User

Untitled

a guest
Jun 5th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. mongo_install:
  2. match: 'G@mongo:*'
  3. function:
  4. - chef.run
  5.  
  6. mongo_create_user:
  7. match: 'G@mongo:*'
  8. function:
  9. - chef.run
  10. require:
  11. - mongo_install
  12. all:
  13. match: 'G:mongo:*'
  14. function:
  15. grains.setval:
  16. - mongo_ok
  17. - 1
  18. require:
  19. - mongo_create_user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement