Ensure we configure ssl.conf
authorLukas Bezdicka <lbezdick@redhat.com>
Thu, 13 Apr 2017 17:21:45 +0000 (19:21 +0200)
committerLukas Bezdicka <lbezdick@redhat.com>
Tue, 18 Apr 2017 15:07:46 +0000 (17:07 +0200)
commit9e729c0db22865d036860346eb6b81c4c2108719
tree384ab7e5fa29d593e93f6df49701ee56278c6545
parentde791082c75d687dc5f1cf7bacdd78859edb475a
Ensure we configure ssl.conf

Every time we call apache module regardless of using SSL we have to
configure mod_ssl from puppet-apache or we'll hit issue during package
update. File /etc/httpd/conf.d/ssl.conf from mod_ssl package contains
Listen 443 while apache::mod::ssl just configures SSL bits but does not
add Listen. If the apache::mod::ssl is not included the ssl.conf file is
removed and recreated during mod_ssl package update. This causes
conflict on port 443.

Change-Id: Ic5a0719f67d3795a9edca25284d1cf6f088073e8
Related-Bug: 1682448
Resolves: rhbz#1441977
14 files changed:
manifests/profile/base/aodh/api.pp
manifests/profile/base/barbican/api.pp
manifests/profile/base/ceilometer/api.pp
manifests/profile/base/cinder/api.pp
manifests/profile/base/gnocchi/api.pp
manifests/profile/base/heat/api.pp
manifests/profile/base/heat/api_cfn.pp
manifests/profile/base/heat/api_cloudwatch.pp
manifests/profile/base/keystone.pp
manifests/profile/base/nova/api.pp
manifests/profile/base/nova/placement.pp
manifests/profile/base/panko/api.pp
manifests/profile/base/zaqar.pp
releasenotes/notes/ensure-ssl-conf-2f32c6ead6f3bb0e.yaml [new file with mode: 0644]