summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-01-06 18:08:30 -0500
committerGitHub <noreply@github.com>2020-01-06 18:08:30 -0500
commit778b30cd64355e06e1755361529bb9ff36757f9d (patch)
tree5bbc06fe0336524b6ceb9460f39821f4e5ec6c41
parentb1ef6cfd0af8f5296623efe56d47b84928a609b1 (diff)
downloadcloud-init-git-778b30cd64355e06e1755361529bb9ff36757f9d.tar.gz
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.
-rw-r--r--doc/examples/cloud-config-update-apt.txt2
1 files changed, 1 insertions, 1 deletions
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