Add pyyaml to proposal slave

The script tools/normalize_projects_yaml.py in project-config is run as
periodic job on the proposal slave. It needs the Python yaml module, so
install it.

Change-Id: I113dcfa13da34b3981de8910e6d07d69c5f95dfc
This commit is contained in:
Andreas Jaeger 2016-01-25 08:30:22 +01:00
parent 9130d036f5
commit 78d38b0a96

View File

@ -29,7 +29,7 @@ class openstack_project::proposal_slave (
}
package { ['Babel', 'pyopenssl', 'ndg-httpsclient', 'pyasn1',
'requestsexceptions']:
'pyyaml', 'requestsexceptions']:
ensure => latest,
provider => pip,
require => Class['pip'],