Chef::Resource::Scm
# File lib/chef/resource/git.rb, line 25 def initialize(name, run_context=nil) super @resource_name = :git @provider = Chef::Provider::Git @additional_remotes = Hash[] end
# File lib/chef/resource/git.rb, line 32 def additional_remotes(arg=nil) set_or_return( :additional_remotes, arg, :kind_of => Hash ) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.