summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cragun <me@ryan.ec>2014-09-17 10:40:29 -0700
committerRyan Cragun <me@ryan.ec>2014-11-19 08:56:48 -0800
commitd3f3909db0b706554861c0cd1396d36a55c4b838 (patch)
tree89df1ad8cf925978ac01771229b0455cba94379a
parent6be4df9ac8c108c789162a7d3afa5ba1e4b4e075 (diff)
downloadchef-d3f3909db0b706554861c0cd1396d36a55c4b838.tar.gz
Populate the actors when creating groups
-rw-r--r--lib/chef/chef_fs/data_handler/group_data_handler.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/chef/chef_fs/data_handler/group_data_handler.rb b/lib/chef/chef_fs/data_handler/group_data_handler.rb
index 4d1b10f321..1a36c66eb8 100644
--- a/lib/chef/chef_fs/data_handler/group_data_handler.rb
+++ b/lib/chef/chef_fs/data_handler/group_data_handler.rb
@@ -36,6 +36,10 @@ class Chef
result
end
+ def normalize_for_post(group, entry)
+ normalize_for_put(group, entry)
+ end
+
def preserve_key?(key)
return key == 'name'
end