From 65da76341796a00b7bbdca514167b89f99d5a599 Mon Sep 17 00:00:00 2001 From: "Nate House nathan.house@rackspace.com" <> Date: Thu, 6 Feb 2014 15:49:23 -0600 Subject: Removed yum exclude module entry from gentoo distro --- cloudinit/distros/gentoo.py | 1 - 1 file changed, 1 deletion(-) (limited to 'cloudinit/distros') 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): -- cgit v1.2.3