Class: Puppet::Environments::StaticPrivate Private
- Defined in:
- lib/puppet/environments.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 source of unlisted pre-defined environments.
Used only for internal bootstrapping environments which are not relevant to an end user (such as the fall back ‘configured’ environment).
Instance Method Summary collapse
-
#list ⇒ Array<Puppet::Node::Environment>
private
Unlisted.
Methods inherited from Static
#get, #get_conf, #initialize, #search_paths
Methods included from EnvironmentLoader
#clear_all, #get!, #guard, #unguard
Methods included from EnvironmentCreator
Constructor Details
This class inherits a constructor from Puppet::Environments::Static
Instance Method Details
#list ⇒ Array<Puppet::Node::Environment>
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.
Unlisted
141 142 143 |
# File 'lib/puppet/environments.rb', line 141 def list [] end |