Skip to content

Commit

Permalink
candlepin: remove nssdb dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
timogoebel authored and ekohl committed May 18, 2018
1 parent b8367b1 commit 159b4d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@
$client_key = "${pki_dir}/private/${java_client_cert_name}.key"

if $deploy {
include ::certs::ssltools::nssdb

certs::keypair { 'tomcat':
key_pair => $tomcat_cert_name,
key_file => $tomcat_key,
Expand All @@ -101,12 +99,6 @@
key_file => $client_key,
cert_file => $client_cert,
} ~>
certs::ssltools::certutil { 'amqp-client':
nss_db_dir => $nss_db_dir,
client_cert => $client_cert,
refreshonly => true,
subscribe => Exec['create-nss-db'],
} ~>
file { $amqp_store_dir:
ensure => directory,
owner => 'tomcat',
Expand Down
4 changes: 0 additions & 4 deletions spec/acceptance/candlepin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
ensure => present,
}
group { 'qpidd':
ensure => present,
}
['/usr/share/tomcat/conf', '/etc/candlepin/certs/amqp'].each |$dir| {
exec { "mkdir -p ${dir}":
creates => $dir,
Expand Down

0 comments on commit 159b4d2

Please sign in to comment.