~verterok/charms/trusty/conn-check/add-missing-charm-helper-module

« back to all changes in this revision

Viewing changes to hooks/hooks.py

  • Committer: Michael Nelson
  • Date: 2015-05-22 03:24:02 UTC
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: michael.nelson@canonical.com-20150522032402-awvzubcwbmtrz0l3
Switch new option to be more descriptive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    charmhelpers.payload.execd.execd_preinstall()
27
27
    config = charmhelpers.core.hookenv.config()
28
28
    charmhelpers.contrib.ansible.install_ansible_support(
29
 
        from_ppa=config['use_ppa'])
 
29
        from_ppa=config['install_ansible_from_ppa'])
30
30
 
31
31
 
32
32
@hooks.action()