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-03 15:11:09 -0800
commitc6f1013266907a49efd23c2c5959668d09e60307 (patch)
tree49d86ca431f6eb3c1bfc4ba638b8483a0f98b4f1
parent6f57f82caaa1989fe9a6a3de3a4b7fa483f24684 (diff)
downloadchef-c6f1013266907a49efd23c2c5959668d09e60307.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 619822fe70..19bd1b8712 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