summaryrefslogtreecommitdiff
path: root/cloudinit/distros/gentoo.py
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-01-27 12:22:21 -0600
committerNate House nathan.house@rackspace.com <>2014-01-27 12:22:21 -0600
commit309457a96a84132d2e570bf902c464b2a1aa9d0b (patch)
treea6962fcd17eccaae448b1bccb06cea3f7d6a7800 /cloudinit/distros/gentoo.py
parent8f6c9ff5ed7e301db2efa9ffa9a4bf454eb819e9 (diff)
downloadvyos-cloud-init-309457a96a84132d2e570bf902c464b2a1aa9d0b.tar.gz
vyos-cloud-init-309457a96a84132d2e570bf902c464b2a1aa9d0b.zip
Adds distro module exclude support
Diffstat (limited to 'cloudinit/distros/gentoo.py')
-rw-r--r--cloudinit/distros/gentoo.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
index 565c68ed..fbd96b36 100644
--- a/cloudinit/distros/gentoo.py
+++ b/cloudinit/distros/gentoo.py
@@ -38,6 +38,7 @@ class Distro(distros.Distro):
tz_conf_fn = "/etc/timezone"
tz_local_fn = "/etc/localtime"
init_cmd = ['']
+ exclude_modules = ['grub_dpkg', 'apt_configure']
def __init__(self, name, cfg, paths):
distros.Distro.__init__(self, name, cfg, paths)