From a7a908e2b08ea509fe3d89373ba7c75e283db51f Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 17 Feb 2011 16:22:53 -0500 Subject: update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-config LP: #720440 --- doc/examples/cloud-config.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3