From 559c4ee115db00c2f8466407b6f22c3adc6a9433 Mon Sep 17 00:00:00 2001 From: Sean O'Keeffe Date: Mon, 24 Jul 2017 13:51:22 +0100 Subject: [PATCH] Restart httpd when ca changes (#197) --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 4dfb04f4..cdc5b89a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -170,6 +170,7 @@ Exec['cpinit'] -> Exec['foreman-rake-db:seed'] Class['certs::candlepin'] ~> Service['tomcat'] Class['certs::qpid'] ~> Service['qpidd'] + Class['certs::ca'] ~> Service['httpd'] User<|title == apache|>{groups +> $user_groups} }