From b2c6b753d474bf9fced2ac88683220f98cea1c86 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Tue, 8 Sep 2015 17:24:19 -0400 Subject: [PATCH] Enable Pulp content types supported by Katello --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index 5574f0ba..70b791cb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -102,6 +102,9 @@ proxy_password => $proxy_password, manage_broker => false, manage_httpd => false, + enable_rpm => true, + enable_puppet => true, + enable_docker => true, } ~> class { '::qpid::client': ssl => true,