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 6c45e31a..aa3257da 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"