~gnuoy/charms/precise/apache2/apache2-openid

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Marco Ceppi
  • Date: 2013-10-17 03:21:15 UTC
  • mfrom: (27.2.55 master)
  • Revision ID: marco@ceppi.net-20131017032115-iwu78y9cgqwi3a5s
[sidnei] Greatly improved test coverage. Support for 'all_services' set from haproxy relation. Improved documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    description: >
122
122
      Use daily extension like YYYMMDD instead of simply adding a number
123
123
    default: True
 
124
  package_status:
 
125
    default: "install"
 
126
    type: "string"
 
127
    description: >
 
128
      The status of service-affecting packages will be set to this value in the dpkg database.
 
129
      Useful valid values are "install" and "hold".
124
130
  use_rsyslog:
125
131
    type: boolean
126
132
    description: >-
157
163
    type: string
158
164
    description: Security setting. Set to one of  On  Off  extended
159
165
    default: "On"
 
166
  extra_packages:
 
167
    type: string
 
168
    description: List of extra packages to be installed (e.g. commercial GeoIP package)
 
169
    default: ""