Methods

Files

Class/Module Index [+]

Quicksearch

Chef::PolicyBuilder

PolicyBuilder contains classes that handles fetching policy from server or disk and resolving any indirection (e.g. expanding run_list).

INPUTS

OUTPUTS

Public Class Methods

strategy() click to toggle source
# File lib/chef/policy_builder.rb, line 40
def self.strategy
  if Chef::Config[:use_policyfile]
    Policyfile
  else
    ExpandNodeObject
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.