diff options
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): |