diff options
author | Scott Moser <smoser@ubuntu.com> | 2011-02-17 16:22:53 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2011-02-17 16:22:53 -0500 |
commit | a7a908e2b08ea509fe3d89373ba7c75e283db51f (patch) | |
tree | cc06313c0284d27469e5fccaeccf97b99b7697c3 /doc | |
parent | 6fe51bb797810832de4301f85b5b3ca11630e108 (diff) | |
download | vyos-cloud-init-a7a908e2b08ea509fe3d89373ba7c75e283db51f.tar.gz vyos-cloud-init-a7a908e2b08ea509fe3d89373ba7c75e283db51f.zip |
update /etc/hosts hosts.tmpl to if 'manage_etc_hosts' is set in cloud-config
LP: #720440
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cloud-config.txt | 7 |
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 |