Merge "Add libselinux-python as a dependency on RHEL"

This commit is contained in:
Jenkins 2016-09-23 16:57:58 +00:00 committed by Gerrit Code Review
commit 015f4ee71d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class infracloud::params {
'Redhat': {
$cert_path = '/etc/pki/ca-trust/source/anchors'
$cert_command = '/usr/bin/update-ca-trust'
$bifrost_req_packages = [ 'gcc', 'openssl-devel' ]
$bifrost_req_packages = [ 'gcc', 'openssl-devel', 'libselinux-python' ]
}
default: {
fail('Only Debian and RedHat distros are supported.')