Class | Chef::DataBag |
In: |
lib/chef/data_bag.rb
|
Parent: | Object |
VALID_NAME | = | /^[\-[:alnum:]_]+$/ |
DESIGN_DOCUMENT | = | { "version" => 2, "language" => "javascript", "views" => { "all" => { "map" => <<-EOJS function(doc) { if (doc.chef_type == "data_bag") { emit(doc.name, doc); } } EOJS |
couchdb | [RW] | |
couchdb_id | [RW] | |
couchdb_rev | [RW] |
List all the Chef::DataBag objects in the CouchDB. If inflate is set to true, you will get the full list of all Roles, fully inflated.