diff options
author | harlowja <harlowja@virtualbox.rhel> | 2013-01-29 22:41:50 -0800 |
---|---|---|
committer | harlowja <harlowja@virtualbox.rhel> | 2013-01-29 22:41:50 -0800 |
commit | 7537cec4b6fdd27f9ad667f8b4682719b8da493c (patch) | |
tree | e15809e33a3d6dff2c59d85fbcf8e6db596cd8c0 /templates | |
parent | 62f0f1745677e3422b12a9aaa96ba3e5452db94d (diff) | |
parent | 93bf045ce5e676a7568d3b14b175295b6ca38003 (diff) | |
download | vyos-cloud-init-7537cec4b6fdd27f9ad667f8b4682719b8da493c.tar.gz vyos-cloud-init-7537cec4b6fdd27f9ad667f8b4682719b8da493c.zip |
Fix broken cc_update_etc_hosts
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.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/hosts.debian.tmpl (renamed from templates/hosts.ubuntu.tmpl) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/templates/hosts.ubuntu.tmpl b/templates/hosts.debian.tmpl index ae120b02..ae120b02 100644 --- a/templates/hosts.ubuntu.tmpl +++ b/templates/hosts.debian.tmpl |