Class: Chef::Resource::ChefDataBag

Inherits:
LWRPBase
  • Object
show all
Defined in:
lib/chef/resource/chef_data_bag.rb

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ChefDataBag

Returns a new instance of ChefDataBag.



10
11
12
13
# File 'lib/chef/resource/chef_data_bag.rb', line 10

def initialize(*args)
  super
  chef_server run_context.cheffish.current_chef_server
end