diff options
author | Sean Bright <sean.bright@gmail.com> | 2016-11-18 17:15:08 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-22 13:27:22 -0500 |
commit | 7e586f0d4f59a5051f8723e6bbdd06466d19729e (patch) | |
tree | 3dac3559f8934ff618b157009b171821b1768995 /cloudinit/config/cc_apt_configure.py | |
parent | edd94ebff613fd99768d9287b12d72a9409ae6bc (diff) | |
download | vyos-cloud-init-7e586f0d4f59a5051f8723e6bbdd06466d19729e.tar.gz vyos-cloud-init-7e586f0d4f59a5051f8723e6bbdd06466d19729e.zip |
Doc: various documentation fixes
Several various minor fixes for the readthedocs documentation.
Diffstat (limited to 'cloudinit/config/cc_apt_configure.py')
-rw-r--r-- | cloudinit/config/cc_apt_configure.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cloudinit/config/cc_apt_configure.py b/cloudinit/config/cc_apt_configure.py index 6145fcd2..eb1db707 100644 --- a/cloudinit/config/cc_apt_configure.py +++ b/cloudinit/config/cc_apt_configure.py @@ -199,6 +199,8 @@ The ``source`` key supports variable replacements for the following strings: deb-src $MIRROR $RELEASE main restricted deb $PRIMARY $RELEASE universe restricted deb $SECURITY $RELEASE-security multiverse + debconf_selections: + set1: the-package the-package/some-flag boolean true conf: | APT { Get { @@ -216,9 +218,9 @@ The ``source`` key supports variable replacements for the following strings: keyserver: "keyserverurl" source: "deb http://<url>/ xenial main" source2: - source "ppa:<ppa-name>" + source: "ppa:<ppa-name>" source3: - source "deb $MIRROR $RELEASE multiverse" + source: "deb $MIRROR $RELEASE multiverse" key: | ------BEGIN PGP PUBLIC KEY BLOCK------- <key data> |