Skip to content

Commit

Permalink
qpid: Changed the settings for qpid >= 0.24
Browse files Browse the repository at this point in the history
Change-Id: I18fecf162b8fa9b7c54750691349e3a3e5bf1b64
  • Loading branch information
razorinc committed Oct 17, 2013
1 parent 3ed6532 commit 6418613
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packstack/puppet/templates/qpid.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

class {"qpid::server":
config_file => $::operatingsystem? {
'Fedora' => '/etc/qpid/qpidd.conf',
default => '/etc/qpidd.conf',
},
auth => "no",
clustered => false,
}
Expand Down

0 comments on commit 6418613

Please sign in to comment.