Class: Puppet::Node::Environment::Remote Private
- Inherits:
-
Puppet::Node::Environment
- Object
- Puppet::Node::Environment
- Puppet::Node::Environment::Remote
- 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
Instance Attribute Summary
Attributes inherited from Puppet::Node::Environment
#config_version, #configured_path, #loaders, #lock, #manifest, #name, #resolved_path
Method Summary
Methods inherited from Puppet::Node::Environment
#==, #[], #check_for_reparse, #configuration, #conflicting_manifest_settings?, create, #each_plugin_directory, expand_dirs, #externalize_path, extralibs, #full_modulepath, #hash, #initialize, #inspect, #known_resource_types, #module, #module_by_forge_name, #module_requirements, #modulepath, #modules, #modules_by_path, #override_from_commandline, #override_with, remote, #rich_data?, #rich_data_from_env_conf, split_path, #static_catalogs?, #to_s, #to_sym, #to_yaml, valid_name?, #validation_errors, #warn_about_mistaken_path, #with_text_domain
Constructor Details
This class inherits a constructor from Puppet::Node::Environment