lib/cluster_chef/compute.rb in cluster_chef-3.0.8 vs lib/cluster_chef/compute.rb in cluster_chef-3.0.9
- old
+ new
@@ -114,10 +114,10 @@
[ groups[:first], groups[:normal], groups[:last] ].flatten.compact.uniq
end
# run list elements grouped into :first, :normal and :last
def run_list_groups
- @run_list_info.keys.sort_by{|item| @run_list_info[:rank] }.group_by{|item| @run_list_info[item][:placement] }
+ @run_list_info.keys.sort_by{|item| @run_list_info[item][:rank] }.group_by{|item| @run_list_info[item][:placement] }
end
#
# Some roles imply aspects of the machine that have to exist at creation.
# For instance, on an ec2 machine you may wish the 'ssh' role to imply a