~cprov/charms/trusty/core-image-publisher/sudo-rm-again

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Celso Providelo
  • Date: 2015-03-25 04:13:43 UTC
  • Revision ID: celso.providelo@canonical.com-20150325041343-jw05jaz6jscs3c8f
fork of core-image-watcher

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  environment:
 
3
    default: "production"
 
4
    type: string
 
5
    description: |
 
6
      Environment (devel, staging, production, etc.) that we're running.
 
7
  config-file:
 
8
    type: string
 
9
    description: |
 
10
      base64 encoded string with the config file for core-image-publisher
 
11