# File lib/chef/resource/git.rb, line 25 def initialize(name, run_context=nil) super @resource_name = :git @provider = Chef::Provider::Git end