~ibmcharmers/charms/trusty/layer-ibm-mobilefirst-server/devel

« back to all changes in this revision

Viewing changes to deps/layer/layer-apt/config.yaml

  • Committer: Suchitra Venugopal
  • Date: 2016-09-06 09:48:53 UTC
  • Revision ID: suchvenu@in.ibm.com-20160906094853-1n09myeisek096nm
IBM MobileFirst Server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  extra_packages:
 
3
    description: >
 
4
        Space separated list of extra deb packages to install.
 
5
    type: string
 
6
    default: ""
 
7
  package_status:
 
8
    default: "install"
 
9
    type: string
 
10
    description: >
 
11
        The status of service-affecting packages will be set to this
 
12
        value in the dpkg database. Valid values are "install" and "hold".
 
13
  install_sources:
 
14
    description: >
 
15
        List of extra apt sources, per charm-helpers standard
 
16
        format (a yaml list of strings encoded as a string). Each source
 
17
        may be either a line that can be added directly to
 
18
        sources.list(5), or in the form ppa:<user>/<ppa-name> for adding
 
19
        Personal Package Archives, or a distribution component to enable.
 
20
    type: string
 
21
    default: ""
 
22
  install_keys:
 
23
    description: >
 
24
        List of signing keys for install_sources package sources, per
 
25
        charmhelpers standard format (a yaml list of strings encoded as
 
26
        a string). The keys should be the full ASCII armoured GPG public
 
27
        keys. While GPG key ids are also supported and looked up on a
 
28
        keyserver, operators should be aware that this mechanism is
 
29
        insecure. null can be used if a standard package signing key is
 
30
        used that will already be installed on the machine, and for PPA
 
31
        sources where the package signing key is securely retrieved from
 
32
        Launchpad.
 
33
    type: string
 
34
    default: ""