Skip to content

Commit

Permalink
use qpid::user, qpid::group
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Tsang committed Oct 24, 2014
1 parent 53ca553 commit 7122b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/qpid.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
if $katello_user == undef {
fail('katello_user not defined')
} else {
Group['qpidd'] ->
User<|title == $katello_user|>{groups +> 'qpidd'}
Group[$qpid::group] ->
User<|title == $katello_user|>{groups +> $qpid::group}
}
exec { 'create katello entitlments queue':
command => "qpid-config --ssl-certificate ${katello::qpid::client_cert} --ssl-key ${katello::qpid::client_key} -b 'amqps://${::fqdn}:5671' add queue ${katello::params::candlepin_event_queue} --durable",
Expand Down

0 comments on commit 7122b1f

Please sign in to comment.