Module: Puppet::InfoService

Defined in:
lib/puppet/info_service.rb

Defined Under Namespace

Classes: ClassInformationService

Class Method Summary collapse

Class Method Details

.classes_per_environment(env_file_hash) ⇒ Object



4
5
6
# File 'lib/puppet/info_service.rb', line 4

def self.classes_per_environment(env_file_hash)
  Puppet::InfoService::ClassInformationService.new.classes_per_environment(env_file_hash)
end