Advertisement
Guest User

Untitled

a guest
Mar 16th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. package_update: true
  2. package_upgrade: true
  3.  
  4. hostname: mongo
  5. fs_setup:
  6. - label: mongo_data
  7. filesystem: ext4
  8. device: /dev/xvdm
  9. partition: none
  10. overwrite: true
  11. mounts:
  12. - [ xvdm, /data ]
  13. apt:
  14. sources:
  15. mongodb-org-3.4:
  16. source: "deb [ arch=amd64,arm64 ] http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.4 multiverse"
  17. keyid: 0C49F3730359A14518585931BC711F9BA15703C6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement