diff options
Diffstat (limited to 'cloudinit/CloudConfig')
-rw-r--r-- | cloudinit/CloudConfig/cc_update_etc_hosts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/cc_update_etc_hosts.py b/cloudinit/CloudConfig/cc_update_etc_hosts.py index fe4489ad..60eba50e 100644 --- a/cloudinit/CloudConfig/cc_update_etc_hosts.py +++ b/cloudinit/CloudConfig/cc_update_etc_hosts.py @@ -62,7 +62,6 @@ def update_etc_hosts(hostname, fqdn, log): if sorted([hostname, fqdn]) == sorted(hosts): need_change = False if need_change == True: - print "header=%s!" % header line = "%s%s" % (header, hosts_line) need_change = False need_write = True |