Class: Chef::ChefFS::FileSystem::Repository::DataBagsDir

Inherits:
Repository::Directory
  • Object
show all
Defined in:
lib/chef/chef_fs/file_system/repository/data_bags_dir.rb

Overview

Represents the REPO_ROOT/data_bags directory. Children of this are data bags.

Instance Method Summary collapse

Instance Method Details

#make_child_entry(child_name) ⇒ Object



31
32
33
# 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