diff options
author | Nate House nathan.house@rackspace.com <> | 2014-02-05 09:36:47 -0600 |
---|---|---|
committer | Nate House nathan.house@rackspace.com <> | 2014-02-05 09:36:47 -0600 |
commit | b541b4edf648e4ef0c5f66344459a0287ba36c60 (patch) | |
tree | 5649bd72e6c3a1ba3b65279225ac80d23de21e66 /cloudinit/config/cc_resolv_conf.py | |
parent | 0efeb26736ddae2967c14a9440088594da32070d (diff) | |
download | vyos-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_resolv_conf.py')
-rw-r--r-- | cloudinit/config/cc_resolv_conf.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/config/cc_resolv_conf.py b/cloudinit/config/cc_resolv_conf.py index feacebcd..879b62b1 100644 --- a/cloudinit/config/cc_resolv_conf.py +++ b/cloudinit/config/cc_resolv_conf.py @@ -92,7 +92,6 @@ def handle(name, cfg, _cloud, log, _args): @param log: Pre-initialized Python logger object to use for logging. @param args: Any module arguments from cloud.cfg """ - if "manage_resolv_conf" not in cfg: log.debug(("Skipping module named %s," " no 'manage_resolv_conf' key in configuration"), name) |