Install three pip packages on the proposal slave

To further silence InsecurePlatformWarnings when running
create-zanata-xml.py, install pyopenssl, ndg-httpsclient and pyasn1
with the pip provider.

Change-Id: Ic273d2837f87a7eb9156063a574685edb84b26c8
This commit is contained in:
Steve Kowalik 2015-09-18 15:29:01 +10:00
parent 35694901b0
commit cb1b51cd55

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