Add iftop to all Ubuntu servers
It's so useful. Change-Id: I7d2b96aa1e1cf7186ee88c6a3a3d878a29ac536d
This commit is contained in:
parent
d39b05bd97
commit
7a0d2df17c
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user