Skip to content

Commit

Permalink
fixed attribute typo
Browse files Browse the repository at this point in the history
  • Loading branch information
activefx committed Jul 21, 2011
1 parent 3a83a81 commit e13fb8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/default/mongodb.init.erb
Expand Up @@ -68,7 +68,7 @@ CONFIGSVR=--configsvr
CONFIGDB="--configdb <%= @configdb_server_list %>"
<% else %>
REPLSET=<%= @config[:replSet] %>
SHARDSVR=<%= @config[:shard_server] %>
SHARDSVR=<%= @config[:shardsvr] %>
<% end %>

<% unless @server_type == 'mongos' %>
Expand Down
2 changes: 1 addition & 1 deletion templates/default/mongodb.upstart.erb
Expand Up @@ -34,7 +34,7 @@ script
CONFIGDB="--configdb <%= @configdb_server_list %>"
<% else %>
REPLSET=<%= @config[:replSet] %>
SHARDSVR=<%= @config[:shard_server] %>
SHARDSVR=<%= @config[:shardsvr] %>
<% end %>
<% unless @server_type == 'mongos' %>
Expand Down

0 comments on commit e13fb8d

Please sign in to comment.