diff options
author | Dominic Schlegel <dominic.schlegel@hostpoint.ch> | 2019-04-17 14:43:47 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-04-17 14:43:47 +0000 |
commit | 9fc682c9ebbccab5e958eb882636d969be88beb9 (patch) | |
tree | 71aefe8b833274da63cc995eff3472cab9f7bf86 /cloudinit/config | |
parent | 6322c2ddf4b68a8e7cc467a07fb20a1d151a2ef3 (diff) | |
download | vyos-cloud-init-9fc682c9ebbccab5e958eb882636d969be88beb9.tar.gz vyos-cloud-init-9fc682c9ebbccab5e958eb882636d969be88beb9.zip |
cc_apt_configure: fix typo in apt documentation
Diffstat (limited to 'cloudinit/config')
-rw-r--r-- | cloudinit/config/cc_apt_configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_apt_configure.py b/cloudinit/config/cc_apt_configure.py index e18944ec..919d1995 100644 --- a/cloudinit/config/cc_apt_configure.py +++ b/cloudinit/config/cc_apt_configure.py @@ -127,7 +127,7 @@ to ``^[\\w-]+:\\w`` Source list entries can be specified as a dictionary under the ``sources`` config key, with key in the dict representing a different source file. The key -The key of each source entry will be used as an id that can be referenced in +of each source entry will be used as an id that can be referenced in other config entries, as well as the filename for the source's configuration under ``/etc/apt/sources.list.d``. If the name does not end with ``.list``, it will be appended. If there is no configuration for a key in ``sources``, no |