~abentley/charms/precise/juju-reports/use-configured-port

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
options:
  cron-interval:
    type: int
    default: 60
    description: |
      The amount of time (in minutes) between cron jobs for the app.
  source:
    type: string
    default: lp:juju-reports
    description: The bzr branch to pull the juju-reports source from.
  revno:
    type: int
    default: -1
    description: "The revno of the bzr branch to use. -1 for current tip."
  error-email:
    type: string
    default: ""
    description: "Address to mail errors to."
  lp-key:
    type: string
    default: ""
    description: "SSH key for accessing private code on launchpad."
  dist-clean:
    type: boolean
    default: true
    description: "If enabled, run dist-clean when updating source code."