diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-09-13 02:21:53 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-09-13 02:21:53 +0000 |
commit | 3f2ffe31b5d63d84b3a5c48d3d7607bc3b1b830e (patch) | |
tree | d189678ea060ece601e36bfb3c585e2624a20dbc /manifests | |
parent | 2021ba60ffefa1a809e964fac59ef64a19d49a90 (diff) | |
parent | c3be01556a54e67a5046b0e7f8facf3e5f15e4f9 (diff) |
Merge "Fill DNS name for haproxy certificates"
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/certmonger/haproxy.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/certmonger/haproxy.pp b/manifests/certmonger/haproxy.pp index 2b738e6..0168227 100644 --- a/manifests/certmonger/haproxy.pp +++ b/manifests/certmonger/haproxy.pp @@ -49,6 +49,7 @@ define tripleo::certmonger::haproxy ( ){ certmonger_certificate { "${title}-cert": hostname => $hostname, + dnsname => $hostname, certfile => $service_certificate, keyfile => $service_key, postsave_cmd => $postsave_cmd, |