Merge "Install yappi on zuul nodes."
This commit is contained in:
commit
0aff17e1b3
@ -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']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user