class Chef::Provider::YumRepository
Public Instance Methods
load_current_resource()
click to toggle source
# File lib/chef/provider/yum_repository.rb, line 30 def load_current_resource; end
template_available?(path)
click to toggle source
# File lib/chef/provider/yum_repository.rb, line 115 def template_available?(path) !path.nil? && run_context.has_template_in_cookbook?(new_resource.cookbook_name, path) end