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