Merge "Add python3-yaml to signing node"

This commit is contained in:
Jenkins 2017-05-24 17:35:25 +00:00 committed by Gerrit Code Review
commit 2c54909bbb
1 changed files with 4 additions and 0 deletions

View File

@ -100,4 +100,8 @@ class openstack_project::signing_node (
require => File['/home/jenkins/.launchpadlib'],
}
package { 'python3-yaml':
ensure => present,
}
}