diff options
author | Brett Holman <bholman.devel@gmail.com> | 2021-11-01 12:42:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-01 13:42:59 -0500 |
commit | b1beb53886527eb787b504f374f24a7bd5fe06ac (patch) | |
tree | eb0b7426115c3a4a880364d3d1650cc0b378e2d3 /doc/examples | |
parent | a90d8338f07b30a46887f7c133baade63129a53a (diff) | |
download | vyos-cloud-init-b1beb53886527eb787b504f374f24a7bd5fe06ac.tar.gz vyos-cloud-init-b1beb53886527eb787b504f374f24a7bd5fe06ac.zip |
Fix unhandled apt_configure case. (#1065)
Don't throw an exception when mirror arch is unspecified.
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config-apt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-apt.txt b/doc/examples/cloud-config-apt.txt index 7baa141c..778187b5 100644 --- a/doc/examples/cloud-config-apt.txt +++ b/doc/examples/cloud-config-apt.txt @@ -149,7 +149,7 @@ apt: # security is optional, if not defined it is set to the same value as primary security: - uri: http://security.ubuntu.com/ubuntu - - arches: [default] + arches: [default] # If search_dns is set for security the searched pattern is: # <distro>-security-mirror |