Skip to content

Commit

Permalink
Merge pull request #170 from merqlove/patch-1
Browse files Browse the repository at this point in the history
"mogno" attribute group fix
  • Loading branch information
jamesonjlee committed Nov 21, 2013
2 parents c5a8a03 + c02ceb6 commit 6b9ca01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attributes/dbconfig.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default['mongodb']['config']['port'] = node['mongodb']['port'] or 27017
default['mongodb']['config']['bind_ip'] = node['mongodb']['bind_ip'] or "0.0.0.0"
default['mongodb']['config']['logpath'] = File.join(node['mongodb']['logpath'], "#{node['mongodb']['type']}.log")
default['mognodb']['config']['logappend'] = true
default['mongodb']['config']['logappend'] = true
if node.platform_family?("rhel", "fedora") then
default['mongodb']['config']['fork'] = true
else
Expand Down

0 comments on commit 6b9ca01

Please sign in to comment.