Class: Puppet::Node::Environment::Remote Private

Inherits:
Puppet::Node::Environment show all
Defined in:
lib/puppet/node/environment.rb

Overview

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

A remote subclass to make it easier to trace instances when debugging.

Constant Summary

Constants inherited from Puppet::Node::Environment

NO_MANIFEST

Instance Attribute Summary

Attributes inherited from Puppet::Node::Environment

#config_version, #loaders, #manifest, #name

Method Summary

Methods inherited from Puppet::Node::Environment

#==, #[], #check_for_reparse, #configuration, #conflicting_manifest_settings?, create, #each_plugin_directory, #full_modulepath, #hash, #initialize, #inspect, #known_resource_types, #module, #module_by_forge_name, #module_requirements, #modulepath, #modules, #modules_by_path, #modules_strict_semver=, #modules_strict_semver?, #override_from_commandline, #override_with, remote, #rich_data?, split_path, #static_catalogs?, #to_s, #to_sym, #to_yaml, valid_name?, #validation_errors, #warn_about_mistaken_path

Constructor Details

This class inherits a constructor from Puppet::Node::Environment