Updated openstack/openstack

Project: openstack-infra/puppet-httpd  8fa18ba136c2730a4c1c68887409a8ea64b6c881

Fix selinux problems on vhost

When running on CentOS, that problem still persists: when trying
to access files under a vhost, apache was failing with
Access denied because search permissions are missing.

So running chcon on the docroot for each vhost

Please note that this change was reverted before. That was caused
by puppet-cgit sending a dummy location "MEANINGLESS ARGUMENT"
to docroot argument of vhost. To avoid that failure, execute only
the chcon call if docroot exists and is a directory.

Change-Id: I4ab7d4cc6d2115bd8f980be7f14a6a4557ffeb87
This commit is contained in:
Yolanda Robla Mota 2016-07-21 13:17:38 +02:00 committed by Gerrit Code Review
parent 9ac7c17fb7
commit ec4cbf49f2
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit fba135de661d0ac970a09b9a5a25a0c6723f7c63
Subproject commit 8fa18ba136c2730a4c1c68887409a8ea64b6c881