From 5bc036326a33fe7150c2d79579c1d61c724c1a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ne=C4=8Das?= Date: Thu, 13 Feb 2014 23:59:51 +0100 Subject: [PATCH] Make sure the foreman certs are configured properly For the proxy communication to use certs issued by candlepin-ca --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 2fa16718..2b82a7ad 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,6 +40,8 @@ class { 'katello::service': } ~> Exec['foreman-rake-db:seed'] + class { 'certs::foreman': } + class { 'certs::qpid': } ~> class { '::certs::pulp_parent': } ~> class { 'candlepin':