Skip to content

Commit

Permalink
removed deprecated config option.
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed May 20, 2014
1 parent a9d9af3 commit 630078a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion templates/client.cfg.erb
@@ -1,4 +1,3 @@
topicprefix = /topic/
main_collective = mcollective
collectives = mcollective,<%= @collectives.join(',') %>
libdir = <%= @mcollective_libdir %>
Expand Down
1 change: 0 additions & 1 deletion templates/server.cfg.erb
@@ -1,4 +1,3 @@
topicprefix = /topic/
main_collective = <%= @environment %>
collectives = mcollective,<%= @environment %>
libdir = <%= @mcollective_libdir %>
Expand Down

0 comments on commit 630078a

Please sign in to comment.