~charmers/charms/precise/etherpad-lite/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
options:
  extra_archives:
    default: "ppa:onestone/node.js-0.8"
    type: string
    description: |
      Extra archives for node.js and dependencies.
  install_path:
    default: "/srv/etherpad-lite"
    type: string
    description: |
      Install path for etherpad-lite application.
  application_name:
    default: "etherpad-lite"
    type: string
    description: |
      Operating name of the application.
  application_user:
    default: "etherpad"
    type: "string"
    description: |
      System user id to run the application under.
  application_url:
    default: "lp:etherpad-lite-charm-deps"
    type: "string"
    description: |
      BZR repository containing etherpad-list and dependencies.
  application_revision:
    default: "4"
    type: "string"
    description: |
      Revision to pull from application_url BZR repo.