Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-15 | debian: fix path comment in /etc/hosts template. | Jens Sandmann | |
The comments in the debian template file of /etc/hosts still pointed to a general template file instead of the debian one. LP: #1606406 | |||
2014-03-05 | Switch to jinja & adjust tpls | Joshua Harlow | |
2013-01-15 | Fix broken cc_update_etc_hosts (LP: #1100036) | ctracey | |
Right now, all distros but ubuntu will fail to manage /etc/hosts. This is due to the fact that the templates are named: - hosts.ubuntu.tmpl - hosts.redhat.tmpl The config handler is specifically looking for a template with the given distro name. This change addresses this issue and is contingent upon support of 'osfamilies' as implemented in LP: #1100029 (lp:~craigtracey/cloud-init/osfamilies) |