summaryrefslogtreecommitdiff
path: root/cloudinit/config
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-02-06 09:59:04 -0600
committerNate House nathan.house@rackspace.com <>2014-02-06 09:59:04 -0600
commit805ac503531d27651f0ad4b1a590a488545a0887 (patch)
tree75e15bbb21ae0eed498a69f52d5c99bf6637fdc5 /cloudinit/config
parentd57f684e62b00d3fc4f3b7f018a566d7804b7440 (diff)
downloadvyos-cloud-init-805ac503531d27651f0ad4b1a590a488545a0887.tar.gz
vyos-cloud-init-805ac503531d27651f0ad4b1a590a488545a0887.zip
Removed exclude bits from yum module as its not a default
Diffstat (limited to 'cloudinit/config')
-rw-r--r--cloudinit/config/cc_yum_add_repo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/config/cc_yum_add_repo.py b/cloudinit/config/cc_yum_add_repo.py
index f63e3e08..5c273825 100644
--- a/cloudinit/config/cc_yum_add_repo.py
+++ b/cloudinit/config/cc_yum_add_repo.py
@@ -58,8 +58,6 @@ def _format_repository_config(repo_id, repo_config):
def handle(name, cfg, _cloud, log, _args):
- if _cloud.distro.is_excluded(name):
- return
repos = cfg.get('yum_repos')
if not repos:
log.debug(("Skipping module named %s,"