Skip to content

Commit

Permalink
Merge pull request #237 from erikanderson/normalize_template_spacing
Browse files Browse the repository at this point in the history
Normalize spacing in template
  • Loading branch information
DavidS committed Dec 15, 2015
2 parents 38ceb81 + 9b9f757 commit 3bcfc75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/mongodb.conf.2.6.erb
@@ -1,6 +1,6 @@
# mongo.conf - generated from Puppet
#mongo.conf - generated from Puppet

# System Log
#System Log

<% if @logpath -%>
systemLog.path: <%= @logpath %>
Expand Down Expand Up @@ -80,7 +80,7 @@ security.javascriptEnabled: <%= @noscripting %>
<% end -%>


# Net
#Net
<% if @ipv6 -%>
net.ipv6=<%= @ipv6 %>
<% end -%>
Expand Down Expand Up @@ -111,7 +111,7 @@ replication.replSetName: <%= @replset %>
replication.oplogSizeMB: <%= @oplog_size %>
<% end -%>

# Sharding
#Sharding
<% if @configsvr -%>
sharding.clusterRole: configsvr
<% end -%>
Expand Down

0 comments on commit 3bcfc75

Please sign in to comment.