diff --git a/manifests/init.pp b/manifests/init.pp index 719d6e17..a2145cef 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -169,6 +169,8 @@ class { '::certs::foreman': } Exec['cpinit'] -> Exec['foreman-rake-db:seed'] + Class['certs::candlepin'] ~> Service['tomcat'] + Class['certs::qpid'] ~> Service['qpidd'] User<|title == apache|>{groups +> $user_groups} }