class Chef::PolicyBuilder::ExpandNodeObject

ExpandNodeObject is the “classic” policy builder implementation. It expands the run_list on a node object and then queries the chef-server to find the correct set of cookbooks, given version constraints of the node’s environment.

Note that this class should only be used via PolicyBuilder::Dynamic and not instantiated directly.