Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) |