Skip to content

Commit

Permalink
Merge pull request #19 from xbezdick/master
Browse files Browse the repository at this point in the history
Ensure qpid persistent data uses correct path
  • Loading branch information
dprince committed Jun 17, 2014
2 parents 18f541b + 3e198f2 commit 1d6b275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
$log_to_file = 'UNSET',
$clustered = false,
$cluster_mechanism = 'ANONYMOUS',
$data_dir = '/var/lib/qpidd',
$ssl = false,
$ssl_package_name = 'qpid-cpp-server-ssl',
$ssl_package_ensure = present,
Expand Down
1 change: 1 addition & 0 deletions templates/qpidd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ worker-threads=<%= @worker_threads %>
connection-backlog=<%= @connection_backlog %>
auth=<%= @auth %>
realm=<%= @realm %>
data-dir=<% @data_dir %>
<% if @clustered == true %>
<%= @mechanism_option %>=<%= @cluster_mechanism %>
<% end %>
Expand Down

0 comments on commit 1d6b275

Please sign in to comment.