lib/chef-api/resources/client.rb in chef-api-0.9.0 vs lib/chef-api/resources/client.rb in chef-api-0.10.0

- old
+ new

@@ -1,6 +1,7 @@ module ChefAPI class Resource::Client < Resource::Base + include ChefAPI::AclAble collection_path '/clients' schema do attribute :name, type: String, primary: true, required: true attribute :admin, type: Boolean, default: false