Correct wrong name in certmonger_certificate for ovn_controller

Change-Id: I69f48b174381f3959b2819aec714bbba8bf9cda8
This commit is contained in:
Kamil Sambor 2019-09-17 10:47:42 +02:00
parent 2fede0c3af
commit 44f423240a

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,