summaryrefslogtreecommitdiff
path: root/cloudinit
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-02-06 15:49:23 -0600
committerNate House nathan.house@rackspace.com <>2014-02-06 15:49:23 -0600
commit65da76341796a00b7bbdca514167b89f99d5a599 (patch)
tree052eb38f729e11dd761516fd3551be003a606ef3 /cloudinit
parent003d3903dcd2c023a37f99ca74a7ecc56243b449 (diff)
downloadvyos-cloud-init-65da76341796a00b7bbdca514167b89f99d5a599.tar.gz
vyos-cloud-init-65da76341796a00b7bbdca514167b89f99d5a599.zip
Removed yum exclude module entry from gentoo distro
Diffstat (limited to 'cloudinit')
-rw-r--r--cloudinit/distros/gentoo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
index 0087908a..0a95fa23 100644
--- a/cloudinit/distros/gentoo.py
+++ b/cloudinit/distros/gentoo.py
@@ -38,7 +38,6 @@ class Distro(distros.Distro):
'grub-dpkg',
'apt-configure',
'apt-pipelining',
- 'yum-add-repo',
]
def __init__(self, name, cfg, paths):