Class: Chef::Resource::ChefMirror

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ ChefMirror

Returns a new instance of ChefMirror.



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

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