Add sysstat and iotop to all hosts
Because they are very useful. Change-Id: Iaed256828fd426f1a883fc2c2398d51d5960bf47
This commit is contained in:
parent
a3620649c2
commit
f3f611548a
@ -14,7 +14,8 @@ class openstack_project::params {
|
||||
$packages = ['parted', 'puppet', 'wget', 'iputils-ping']
|
||||
case $::operatingsystemrelease {
|
||||
/^(12|14)\.(04|10)$/: {
|
||||
$user_packages = ['emacs23-nox', 'vim-nox', 'iftop']
|
||||
$user_packages = ['emacs23-nox', 'vim-nox', 'iftop',
|
||||
'sysstat', 'iotop']
|
||||
}
|
||||
default: {
|
||||
$user_packages = ['emacs-nox', 'vim-nox']
|
||||
|
Loading…
Reference in New Issue
Block a user