Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
deleted the last end accidentally
Browse files Browse the repository at this point in the history
  • Loading branch information
lamont-granquist committed Nov 21, 2014
1 parent 37ef51f commit 3f4d867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/chef/node/attribute.rb
Expand Up @@ -422,7 +422,9 @@ def force_override!(opts={})
#

def merged_attributes(*path)
immutablize(merge_all(path))
# immutablize(
merge_all(path)
# )
end

def combined_override(*path)
Expand Down Expand Up @@ -543,7 +545,7 @@ def merge_all(path)
safe_dup(component)
end

components.inject(nil) do |merged, component|
components.inject(ImmutableMash.new) do |merged, component|
Chef::Mixin::DeepMerge.hash_only_merge!(merged, component)
end
end
Expand Down
1 change: 1 addition & 0 deletions lib/chef/run_list/run_list_expansion.rb
Expand Up @@ -188,3 +188,4 @@ def fetch_role(name, included_by)
end

end
end

0 comments on commit 3f4d867

Please sign in to comment.