github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/client-forwardproxy/config.yaml (about)

     1  options:
     2    proposed-packages:
     3      type: string
     4      default: ''
     5      description: |
     6        A space-separated list of packages to install from the proposed archive.
     7        they will be installed using apt-get install -r.
     8    extra-no-proxy:
     9      type: string
    10      default: ''
    11      description: |
    12        A space-separated list of extra sites to not proxy. localhost and the
    13        lxd bridge are always in the no-proxy list.