Merge "Install three pip packages on the proposal slave"

This commit is contained in:
Jenkins 2015-09-24 16:44:28 +00:00 committed by Gerrit Code Review
commit 6e5448399d

View File

@ -30,7 +30,7 @@ class openstack_project::proposal_slave (
project_config_repo => $project_config_repo,
}
package { ['transifex-client', 'Babel']:
package { ['transifex-client', 'Babel', 'pyopenssl', 'ndg-httpsclient', 'pyasn1']:
ensure => latest,
provider => pip,
require => Class['pip'],