Method: Puppet::InfoService.plan_data

Defined in:
lib/puppet/info_service.rb

.plan_data(environment_name, module_name, plan_name) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



23
24
25
# File 'lib/puppet/info_service.rb', line 23

def self.plan_data(environment_name, module_name, plan_name)
  Puppet::InfoService::PlanInformationService.plan_data(environment_name, module_name, plan_name)
end