aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/apache.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-28 09:21:14 +0000
committerGerrit Code Review <review@openstack.org>2017-04-28 09:21:14 +0000
commit8df67f413dbf309724d03478bed8c2e2c62dec87 (patch)
tree6afe5b32c4b6d2136d48dcce7fa468bb0b61ef8e /puppet/services/apache.yaml
parent0b8fa1c7fecf0a95029a25a1e38218e55f085db6 (diff)
parent47078434693aa32b02d8b02877e365d34309e8a6 (diff)
Merge "upgrades: deploy mod_ssl when upgrading apache" into stable/ocata
Diffstat (limited to 'puppet/services/apache.yaml')
-rw-r--r--puppet/services/apache.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/services/apache.yaml b/puppet/services/apache.yaml
index 2d950151..2f97eb8e 100644
--- a/puppet/services/apache.yaml
+++ b/puppet/services/apache.yaml
@@ -76,3 +76,6 @@ outputs:
shell: /usr/bin/systemctl show 'httpd' --property ActiveState | grep '\bactive\b'
when: httpd_enabled.rc == 0
tags: step0,validation
+ - name: Ensure mod_ssl package is installed
+ tags: step3
+ yum: name=mod_ssl state=latest