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.



12
13
14
15
# File 'lib/chef/resource/chef_mirror.rb', line 12

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