~allanlesage/uci-engine/coverage-extractor

« back to all changes in this revision

Viewing changes to charms/precise/key-secret-subordinate/config.yaml

Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  install_root:
 
3
    type: string
 
4
    description: "The root directory the service will be installed in"
 
5
    default: "/srv/"
 
6
  ssh-private-key:
 
7
    type: string
 
8
    description: Private SSH key (id_rsa)
 
9
  ssh-public-key:
 
10
    type: string
 
11
    description: Public SSH key (id_rsa.pub)
 
12
  gpg-secret-keyring:
 
13
    type: string
 
14
    description: Secret GPG keyring (gpg.sec)
 
15
  gpg-public-keyring:
 
16
    type: string
 
17
    description: Public GPG keyring (gpg.pub)