class Chef::Provider::YumRepository
Public Instance Methods
Source
# File lib/chef/provider/yum_repository.rb, line 32 def load_current_resource; end
Source
# File lib/chef/provider/yum_repository.rb, line 117 def template_available?(path) !path.nil? && run_context.has_template_in_cookbook?(new_resource.cookbook_name, path) end