aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-04 11:04:00 +0000
committerGerrit Code Review <review@openstack.org>2017-08-04 11:04:00 +0000
commitf41922902eb2649ba6eee0c43fb32d623f76c7ec (patch)
tree83f976c66f4c7ec3897cc519cd413a0e39742d94 /manifests/profile
parent1b82fe40fe53572703854fcdbeda72cdf148e9c1 (diff)
parenta9695bd47038776ee4e38c584b593551c1f64250 (diff)
Merge "Ensure directory exists for certificates for haproxy"
Diffstat (limited to 'manifests/profile')
-rw-r--r--manifests/profile/base/certmonger_user.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/certmonger_user.pp b/manifests/profile/base/certmonger_user.pp
index 7a6559e..231a1d0 100644
--- a/manifests/profile/base/certmonger_user.pp
+++ b/manifests/profile/base/certmonger_user.pp
@@ -98,6 +98,7 @@ class tripleo::profile::base::certmonger_user (
ensure_resources('tripleo::certmonger::libvirt', $libvirt_certificates_specs)
}
unless empty($haproxy_certificates_specs) {
+ include ::tripleo::certmonger::haproxy_dirs
ensure_resources('tripleo::certmonger::haproxy', $haproxy_certificates_specs)
# The haproxy fronends (or listen resources) depend on the certificate
# existing and need to be refreshed if it changed.