Skip to content

Commit

Permalink
fix platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreed-wbd committed Aug 29, 2012
1 parent 8e330a7 commit d97d9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/mongodb.default.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ DAEMON_OPTS="$DAEMON_OPTS --replSet <%= @replicaset_name %>"
DAEMON_OPTS="$DAEMON_OPTS --rest"
<% end %>

<% if node.platform?("centos","redhat","fedora","amazon") -%>
<% if %w("centos","redhat","fedora","amazon").include? node.platform -%>
DAEMON_OPTS="$DAEMON_OPTS --fork"
DBPATH="<%= @dbpath %>"
<% end -%>

0 comments on commit d97d9a3

Please sign in to comment.