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 /config | |
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 'config')
-rw-r--r-- | config/cloud.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cloud.cfg b/config/cloud.cfg index d9f352e8..f8e18ac4 100644 --- a/config/cloud.cfg +++ b/config/cloud.cfg @@ -8,6 +8,7 @@ cloud_init_modules: - resizefs - set_hostname - update_hostname + - update_etc_hosts - rsyslog cloud_config_modules: |