From 8906d92517c3318e301d41c02fc12834e8ff5a92 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Sat, 28 Feb 2015 12:35:02 -0500 Subject: [PATCH] Refs #7780: Move crane setup to capsule. --- .fixtures.yml | 1 - manifests/init.pp | 5 ----- metadata.json | 4 ---- 3 files changed, 10 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index 8fedcf46..e02afa7d 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -13,7 +13,6 @@ fixtures: candlepin: "git://github.com/katello/puppet-candlepin.git" gutterball: "git://github.com/katello/puppet-gutterball.git" pulp: "git://github.com/katello/puppet-pulp.git" - crane: "git://github.com/katello/puppet-crane.git" elasticsearch: "git://github.com/katello/puppet-elasticsearch.git" symlinks: katello: "#{source_dir}" diff --git a/manifests/init.pp b/manifests/init.pp index 76c24060..533c4005 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -92,11 +92,6 @@ proxy_username => $proxy_username, proxy_password => $proxy_password, } ~> - class { 'crane': - cert => $certs::apache::apache_cert, - key => $certs::apache::apache_key, - ca_cert => $certs::ca_cert, - } ~> class { 'qpid::client': ssl => true, ssl_cert_name => 'broker', diff --git a/metadata.json b/metadata.json index c9e2d903..718b890d 100644 --- a/metadata.json +++ b/metadata.json @@ -55,10 +55,6 @@ "name": "katello-pulp", "version_requirement": ">= 0.1.0" }, - { - "name": "katello-crane", - "version_requirement": ">= 0.1.0" - }, { "name": "katello-elasticsearch", "version_requirement": ">= 0.0.1"