Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. basic:
  2. type: object
  3. properties:
  4. packages:
  5. type: array
  6. description: apt-packages to install
  7. django:
  8. type: object
  9. properties:
  10. install-path:
  11. type: string
  12. default: "/opt"
  13. description: server install path
  14. code:
  15. type: string
  16. default: "yarg"
  17. description: source of django application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement