From 0cc2f5885bb7344437751bad8152f1e51d7eabeb Mon Sep 17 00:00:00 2001 From: Stephen Benjamin Date: Thu, 3 Nov 2016 11:05:51 -0400 Subject: [PATCH] Enable crane in Katello too Previously puppet-capsule enabled crane on both capsules and crane, but this has moved into the pulp config which is currently separate --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 47fdb836..372d1b37 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -123,6 +123,7 @@ manage_httpd => false, manage_plugins_httpd => true, manage_squid => true, + enable_crane => true, enable_rpm => true, enable_puppet => true, enable_docker => true,