Merge "Add sysstat and iotop to all hosts"

This commit is contained in:
Jenkins 2016-03-10 17:19:43 +00:00 committed by Gerrit Code Review
commit 4ae6a3138b

View File

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