From 778b30cd64355e06e1755361529bb9ff36757f9d Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Mon, 6 Jan 2020 18:08:30 -0500 Subject: doc: make apt_update example consistent (#154) Other options near it use the non-default value, so the inconsistency has lead to confusion for readers. --- doc/examples/cloud-config-update-apt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/cloud-config-update-apt.txt b/doc/examples/cloud-config-update-apt.txt index 647241ca..aaa47326 100644 --- a/doc/examples/cloud-config-update-apt.txt +++ b/doc/examples/cloud-config-update-apt.txt @@ -5,4 +5,4 @@ # # Default: false # Aliases: apt_update -package_update: false +package_update: true -- cgit v1.2.3