From b1beb53886527eb787b504f374f24a7bd5fe06ac Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Mon, 1 Nov 2021 12:42:59 -0600 Subject: Fix unhandled apt_configure case. (#1065) Don't throw an exception when mirror arch is unspecified. --- doc/examples/cloud-config-apt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples') 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: # -security-mirror -- cgit v1.2.3