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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ - move from '#opt_include' in config file format to conf_d. ie, now files in /etc/cloud.cfg.d/ is read rather than reading '#opt_include <filename>' or '#include <filename>' in cloud.cfg + - allow /etc/hosts to be written from hosts.tmpl. which allows + getting local-hostname into /etc/hosts (LP: #720440) 0.6.0: - change permissions of /var/log/cloud-init.log to accomodate syslog writing to it (LP: #704509) |