From 087034603929e009ac1bbb2723f5232cfaade9b0 Mon Sep 17 00:00:00 2001 From: Yolanda Robla Mota Date: Tue, 20 Sep 2016 17:04:16 +0200 Subject: [PATCH] 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 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 9e15e37..b6bdd36 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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.')