summaryrefslogtreecommitdiff
path: root/cloudinit/distros/gentoo.py
diff options
context:
space:
mode:
authorNate House nathan.house@rackspace.com <>2014-01-23 21:31:53 -0600
committerNate House nathan.house@rackspace.com <>2014-01-23 21:31:53 -0600
commitf64cd3d53fb09fb41104f600ead60eefe9dbd4ab (patch)
tree72e4670f0e1fd58da24c99264bc92650c264d0dc /cloudinit/distros/gentoo.py
parent7e2d084eabbabd035e56a65c52b277a0732b09d5 (diff)
downloadvyos-cloud-init-f64cd3d53fb09fb41104f600ead60eefe9dbd4ab.tar.gz
vyos-cloud-init-f64cd3d53fb09fb41104f600ead60eefe9dbd4ab.zip
Package manager install / update fixes and service restart foo
Diffstat (limited to 'cloudinit/distros/gentoo.py')
-rw-r--r--cloudinit/distros/gentoo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/distros/gentoo.py b/cloudinit/distros/gentoo.py
index b6291dc6..82d49fc3 100644
--- a/cloudinit/distros/gentoo.py
+++ b/cloudinit/distros/gentoo.py
@@ -60,7 +60,7 @@ class Distro(distros.Distro):
def install_packages(self, pkglist):
self.update_package_sources()
- self.package_command('install', pkgs=pkglist)
+ self.package_command('', pkgs=pkglist)
def _write_network(self, settings):
util.write_file(self.network_conf_fn, settings)