Merge "Add iftop to all Ubuntu servers"

This commit is contained in:
Jenkins 2016-02-04 01:58:39 +00:00 committed by Gerrit Code Review
commit 46e2458b42

View File

@ -14,7 +14,7 @@ class openstack_project::params {
$packages = ['parted', 'puppet', 'wget', 'iputils-ping']
case $::operatingsystemrelease {
/^(12|14)\.(04|10)$/: {
$user_packages = ['emacs23-nox', 'vim-nox']
$user_packages = ['emacs23-nox', 'vim-nox', 'iftop']
}
default: {
$user_packages = ['emacs-nox', 'vim-nox']