summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_update_etc_hosts.py
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-02-05 09:36:47 -0600
committerNate House nathan.house@rackspace.com <>2014-02-05 09:36:47 -0600
commitb541b4edf648e4ef0c5f66344459a0287ba36c60 (patch)
tree5649bd72e6c3a1ba3b65279225ac80d23de21e66 /cloudinit/config/cc_update_etc_hosts.py
parent0efeb26736ddae2967c14a9440088594da32070d (diff)
downloadvyos-cloud-init-b541b4edf648e4ef0c5f66344459a0287ba36c60.tar.gz
vyos-cloud-init-b541b4edf648e4ef0c5f66344459a0287ba36c60.zip
Cleanup and cloud-init-local local/net mount dep fix
Diffstat (limited to 'cloudinit/config/cc_update_etc_hosts.py')
-rw-r--r--cloudinit/config/cc_update_etc_hosts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/config/cc_update_etc_hosts.py b/cloudinit/config/cc_update_etc_hosts.py
index 3e3b4228..d3dd1f32 100644
--- a/cloudinit/config/cc_update_etc_hosts.py
+++ b/cloudinit/config/cc_update_etc_hosts.py
@@ -27,7 +27,6 @@ frequency = PER_ALWAYS
def handle(name, cfg, cloud, log, _args):
-
manage_hosts = util.get_cfg_option_str(cfg, "manage_etc_hosts", False)
if util.translate_bool(manage_hosts, addons=['template']):
(hostname, fqdn) = util.get_hostname_fqdn(cfg, cloud)