summaryrefslogtreecommitdiff
path: root/cloudinit/distros/gentoo.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/distros/gentoo.py')
-rw-r--r--cloudinit/distros/gentoo.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
index 0a95fa23..09f8d8ea 100644
--- a/cloudinit/distros/gentoo.py
+++ b/cloudinit/distros/gentoo.py
@@ -34,11 +34,6 @@ class Distro(distros.Distro):
tz_conf_fn = "/etc/timezone"
tz_local_fn = "/etc/localtime"
init_cmd = [''] # init scripts
- exclude_modules = [
- 'grub-dpkg',
- 'apt-configure',
- 'apt-pipelining',
- ]
def __init__(self, name, cfg, paths):
distros.Distro.__init__(self, name, cfg, paths)