~joetalbott/charms/trusty/snappy-proposed-image-builder/fix_typo

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Ubuntu CI Bot
  • Author(s): Francis Ginther
  • Date: 2015-05-29 16:32:30 UTC
  • mfrom: (3.1.1 add-udf)
  • Revision ID: ubuntu_ci_bot-20150529163230-496pfy0s8s6pzl36
Add action to install ubuntu-device-flash from charm payload. [r=Joe Talbott]

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                actions.basenode,
18
18
                actions.install_packages,
19
19
                actions.install_service_tarball,
 
20
                actions.install_ubuntu_device_flash,
20
21
                actions.install_python_packages,
21
22
                actions.update_config_file,
22
23
                actions.create_user,