~verterok/charms/trusty/conn-check/xenial-support

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Wes Mason
  • Date: 2015-07-21 12:31:37 UTC
  • mfrom: (44.1.1 trusty-remove-ppa)
  • Revision ID: wesley.mason@canonical.com-20150721123137-p0i9a8myqfk3n2a7
Remove PPA option and always set from_ppa to False

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
        type: string
8
8
        default: ""
9
9
        description: "Extra command line arguments to pass to conn-check."
10
 
    install_ansible_from_ppa:
11
 
        type: boolean
12
 
        default: true
13
 
        description: |
14
 
            Indicates whether ansible should be installed via the ppa. If this
15
 
            is set to false you must ensure a compatable version of ansible
16
 
            is installable via the configured apt repositories.