class Puppet::Environments::StaticPrivate

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).

@api private

Public Instance Methods

list() click to toggle source

Unlisted

@!macro loader_list

    # File lib/puppet/environments.rb
145 def list
146   []
147 end