diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 548d94a..39eba7c 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -101,7 +101,7 @@ class openstack::horizon ( api_result_limit => $api_result_limit, } - if $::selinux { + if $::selinux and $::selinux != 'false' { selboolean{'httpd_can_network_connect': value => on, persistent => true,