Merge "Proper selinux logic for Horizon"

This commit is contained in:
Jenkins
2013-08-09 01:28:31 +00:00
committed by Gerrit Code Review

View File

@@ -101,7 +101,7 @@ class openstack::horizon (
api_result_limit => $api_result_limit,
}
if $::selinux and $::selinux != 'false' {
if str2bool($::selinux) {
selboolean{'httpd_can_network_connect':
value => on,
persistent => true,