summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index 22be848d..c1d0b278 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -402,4 +402,9 @@ ssh_pwauth: True
# this option to 'True', and maintain (remove) that link before the image
# will be booted as a new instance.
# default is False
-manual_cache_clean = False
+manual_cache_clean: False
+
+# if you wish to have /etc/hosts written from /etc/cloud/templates/hosts.tmpl
+# on a per-always basis (to account for ebs stop/start), then set
+# manage_etc_hosts to True. The default is 'False'
+manage_etc_hosts: False