Add iftop to all Ubuntu servers

It's so useful.

Change-Id: I7d2b96aa1e1cf7186ee88c6a3a3d878a29ac536d
This commit is contained in:
James E. Blair 2016-02-02 08:26:33 -08:00
parent d39b05bd97
commit 7a0d2df17c

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']