Skip to content

Commit

Permalink
Merge pull request #65 from ehelms/refs-7780
Browse files Browse the repository at this point in the history
Refs #7780: Move crane setup to capsule.
  • Loading branch information
ehelms committed Mar 9, 2015
2 parents ecd73be + 8906d92 commit a991e24
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
5 changes: 0 additions & 5 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 0 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a991e24

Please # to comment.