diff options
author | Nate House nathan.house@rackspace.com <> | 2014-02-06 15:49:23 -0600 |
---|---|---|
committer | Nate House nathan.house@rackspace.com <> | 2014-02-06 15:49:23 -0600 |
commit | 65da76341796a00b7bbdca514167b89f99d5a599 (patch) | |
tree | 052eb38f729e11dd761516fd3551be003a606ef3 /cloudinit/distros | |
parent | 003d3903dcd2c023a37f99ca74a7ecc56243b449 (diff) | |
download | vyos-cloud-init-65da76341796a00b7bbdca514167b89f99d5a599.tar.gz vyos-cloud-init-65da76341796a00b7bbdca514167b89f99d5a599.zip |
Removed yum exclude module entry from gentoo distro
Diffstat (limited to 'cloudinit/distros')
-rw-r--r-- | cloudinit/distros/gentoo.py | 1 |
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): |