Merge "Run local CA trust before haproxy deployment"

This commit is contained in:
Jenkins 2016-08-03 05:11:13 +00:00 committed by Gerrit Code Review
commit 015bec87ab
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ class tripleo::profile::base::haproxy (
# This is only needed for certmonger's local CA. For any other CA this
# operation (trusting the CA) should be done by the deployer.
if $certmonger_ca == 'local' {
include ::tripleo::certmonger::ca::local
class { '::tripleo::certmonger::ca::local':
notify => Class['::tripleo::haproxy']
}
}
Certmonger_certificate {