Skip to content

Instantly share code, notes, and snippets.

@marcoceppi
Last active November 30, 2015 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcoceppi/ca36655cb917b16d0681 to your computer and use it in GitHub Desktop.
Save marcoceppi/ca36655cb917b16d0681 to your computer and use it in GitHub Desktop.
provides:
packages:
type: array
description: apt-packages to install
includes: ['layer:basic']
options:
basic:
packages:
- python-dev
provides:
source:
type: string
description: source of django application
install-path:
type: string
description: server install path
default: /opt/django
something-else:
type: object
description: an object
properties:
key:
type: <type>
description: ...
default: ...
includes: ['layer:django']
options:
django:
source: "lp:ubucon"
install-path: "/srv"
basic:
packages:
- obama
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment