class Chef::ChefFS::FileSystem::Repository::DataBagsDir
Represents the REPO_ROOT/data_bags directory. Children of this are data bags.
Public Instance Methods
Source
# File lib/chef/chef_fs/file_system/repository/data_bags_dir.rb, line 31 def make_child_entry(child_name) DataBag.new(child_name, self) end