Add libselinux-python as a dependency on RHEL

If not, bifrost fails with:
Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!

Change-Id: I8b9cc5996b414362bf86cfa8f0cedd5753981d7b
This commit is contained in:
Yolanda Robla Mota 2016-09-20 17:04:16 +02:00
parent 70f4c4f19e
commit 0870346039
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.')