Sha256: d61a66e0f1d6e7270ca8dc2d1f1976005dfecf3fc6a9498475e64f0b648892b4
Contents?: true
Size: 593 Bytes
Versions: 737
Compression:
Stored size: 593 Bytes
Contents
# SimpleEnvironmentLoader # === # This loader does not load anything and it is populated by the bootstrapping logic that loads # the site.pp or equivalent for an environment. It does not restrict the names of what it may contain, # and what is loaded here overrides any child loaders (modules). # class Puppet::Pops::Loader::SimpleEnvironmentLoader < Puppet::Pops::Loader::BaseLoader attr_accessor :private_loader # Never finds anything, everything "loaded" is set externally def find(typed_name) nil end def to_s() "(SimpleEnvironmentLoader '#{loader_name}')" end end
Version data entries
737 entries across 737 versions & 3 rubygems