Touch /etc/httpd/conf.d/ssl.conf
To ensure that yum update passes without issues we touch ssl.conf.
Proper fix is https://review.openstack.org/#/c/456712/
Depends-On: Ic5a0719f67d3795a9edca25284d1cf6f088073e8
Closes-Bug: #1682448
Resolves: rhbz#1441977
Change-Id: I73e5272c64df4aa5900f544a5d9f0670544ca679
(cherry picked from commit a2cf2d469f
)
This commit is contained in:
parent
3890eb169a
commit
c32505925e
@ -55,6 +55,10 @@ if hiera -c /etc/puppet/hiera.yaml service_names | grep -q pacemaker; then
|
|||||||
pacemaker_status=$(systemctl is-active pacemaker)
|
pacemaker_status=$(systemctl is-active pacemaker)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: FIXME: remove this in Pike.
|
||||||
|
# Hack around mod_ssl update and puppet https://bugs.launchpad.net/tripleo/+bug/1682448
|
||||||
|
touch /etc/httpd/conf.d/ssl.conf
|
||||||
|
|
||||||
# Fix the redis/rabbit resource start/stop timeouts. See https://bugs.launchpad.net/tripleo/+bug/1633455
|
# Fix the redis/rabbit resource start/stop timeouts. See https://bugs.launchpad.net/tripleo/+bug/1633455
|
||||||
# and https://bugs.launchpad.net/tripleo/+bug/1634851
|
# and https://bugs.launchpad.net/tripleo/+bug/1634851
|
||||||
if [[ "$pacemaker_status" == "active" && \
|
if [[ "$pacemaker_status" == "active" && \
|
||||||
|
Loading…
Reference in New Issue
Block a user