aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/apache.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-27 20:21:18 +0000
committerGerrit Code Review <review@openstack.org>2017-04-27 20:21:18 +0000
commit1b8774331a3d50b8f49b99d3bdef9e1efcba6ea1 (patch)
tree78540f878084a14e06395ddb41f86c2523d3a97e /puppet/services/apache.yaml
parentd3f842ecd01db3f833e14a5377e9c31ed6801838 (diff)
parenta6041608ca68aad4298ed9e8febafc442a250a55 (diff)
Merge "upgrades: deploy mod_ssl when upgrading apache"
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 6e53b1f7..d35e1bae 100644
--- a/puppet/services/apache.yaml
+++ b/puppet/services/apache.yaml
@@ -112,3 +112,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