~michael.nelson/charms/trusty/elasticsearch/heap-config

« back to all changes in this revision

Viewing changes to config.yaml

Michael Nelson 2014-07-07 Simplify and correct README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  apt-repository:
3
3
    type: string
4
 
    default: "deb http://packages.elasticsearch.org/elasticsearch/1.0/debian stable main"
 
4
    default: "deb http://packages.elasticsearch.org/elasticsearch/1.2/debian stable main"
5
5
    description: |
6
6
      A deb-line for the apt archive which contains the elasticsearch package.
7
7
      This is necessary until elasticsearch gets into the debian/ubuntu archives.
15
15
    default: "elasticsearch"
16
16
    description: |
17
17
      This sets the elasticsearch cluster name.
18
 
  install-ansible-from-ppa:
19
 
    type: boolean
20
 
    default: true
21
 
    description: |
22
 
      By default ansible will be installed from the Ansible ppa. You can
23
 
      set this to false for your deployments if you have ansible available