Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwesolo committed Apr 10, 2014
2 parents 0473110 + f8eb0d9 commit 33335bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/default.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def validate_limits(limits = [], validate = true)
def validate_limits(limits = [])
valid = []
invalid = []

Expand Down
2 changes: 1 addition & 1 deletion templates/default/limits.d.conf.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by Chef for <%= node['fqdn'] %>
# Local modifications will be overwritten.

<% if !@invalid_limits.empty? %>
<% if !@valid_limits.empty? %>
<% @valid_limits.each do |limit| %>
<%= limit %>
<% end %>
Expand Down

0 comments on commit 33335bd

Please sign in to comment.