Add sysstat and iotop to all hosts

Because they are very useful.

Change-Id: Iaed256828fd426f1a883fc2c2398d51d5960bf47
This commit is contained in:
James E. Blair 2016-02-25 08:51:49 -08:00
parent a3620649c2
commit f3f611548a

View File

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