Sha256: f54fb90793cf7c4a4bd7a5d3e15fcdf7ff3ab8d52dca467467ba9d7a721dce96
Contents?: true
Size: 471 Bytes
Versions: 120
Compression:
Stored size: 471 Bytes
Contents
require_relative '../../../puppet/node' require_relative '../../../puppet/indirector/memory' class Puppet::Node::Memory < Puppet::Indirector::Memory desc "Keep track of nodes in memory but nowhere else. This is used for one-time compiles, such as what the stand-alone `puppet` does. To use this terminus, you must load it with the data you want it to contain; it is only useful for developers and should generally not be chosen by a normal user." end
Version data entries
120 entries across 120 versions & 1 rubygems