Merge "Install yappi on zuul nodes."

This commit is contained in:
Jenkins 2014-06-04 02:23:22 +00:00 committed by Gerrit Code Review
commit 0aff17e1b3

View File

@ -59,6 +59,12 @@ class zuul (
ensure => present,
}
package { 'yappi':
ensure => present,
provider => pip,
require => Class['pip'],
}
# A lot of things need yaml, be conservative requiring this package to avoid
# conflicts with other modules.
if ! defined(Package['python-yaml']) {