summaryrefslogtreecommitdiff
path: root/lib/chef_zero/chef_data
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-08-20 16:36:06 -0700
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:50 -0700
commit9da161dbb67168da835c1a36263aac61b2512810 (patch)
tree96c34059384173b8f45cc9c973fa4f51eff31834 /lib/chef_zero/chef_data
parentf16071f7f666bd16991344505841be30a036d81b (diff)
downloadchef-zero-9da161dbb67168da835c1a36263aac61b2512810.tar.gz
Get users endpoint (mostly) up to oc-chef-pedant standards
Diffstat (limited to 'lib/chef_zero/chef_data')
-rw-r--r--lib/chef_zero/chef_data/default_creator.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/chef_zero/chef_data/default_creator.rb b/lib/chef_zero/chef_data/default_creator.rb
index 107ed68..555c520 100644
--- a/lib/chef_zero/chef_data/default_creator.rb
+++ b/lib/chef_zero/chef_data/default_creator.rb
@@ -187,8 +187,6 @@ module ChefZero
elsif path[2] == 'users'
if osc_compat
result << 'admin'
- else
- result += @creators[path[0..1]] if @creators[path[0..1]]
end
end
end
@@ -215,7 +213,6 @@ module ChefZero
end
end
-
# /organizations/(*)/clients/\1-validator
# /organizations/*/environments/_default
# /organizations/*/groups/{admins,billing-admins,clients,users}