~onlineservices-charmers/charms/xenial/npm-offline-registry/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Wes Mason
  • Date: 2016-07-13 20:00:30 UTC
  • Revision ID: wesley.mason@canonical.com-20160713200030-pcamm2q1b36qy2gm
Update build from 1stvamp/juju-npm-offline-registry 339dfd0

Show diffs side-by-side

added added

removed removed

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