Skip to content

Commit

Permalink
Merge pull request #33 from iNecas/issue/7104
Browse files Browse the repository at this point in the history
Refs #7104 - ensure the qpidd is really running before configuring it
  • Loading branch information
iNecas committed Aug 27, 2014
2 parents 3a9d648 + 1d1707e commit e33f09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/candlepin.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
exec { 'create candlepin qpid exchange':
command => "qpid-config --ssl-certificate ${client_cert} --ssl-key ${client_key} -b 'amqps://${::fqdn}:5671' add exchange topic event --durable",
unless => "qpid-config --ssl-certificate ${client_cert} --ssl-key ${client_key} -b 'amqps://${::fqdn}:5671' exchanges event",
require => Service['qpidd'],
} ~>
exec { 'import CA into Candlepin truststore':
command => "keytool -import -v -keystore ${amqp_truststore} -storepass ${keystore_password} -alias ${certs::default_ca_name} -file ${ca_cert} -noprompt",
Expand Down

0 comments on commit e33f09c

Please sign in to comment.