Merge "Correct wrong name in certmonger_certificate for ovn_controller"

This commit is contained in:
Zuul 2019-09-20 10:01:15 +00:00 committed by Gerrit Code Review
commit 5930ed0450
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class tripleo::certmonger::ovn_controller (
) {
include ::certmonger
certmonger_certificate { 'ovn_clients' :
certmonger_certificate { 'ovn_controller' :
ensure => 'present',
certfile => $service_certificate,
keyfile => $service_key,