Sha256: cc6ae39fd8332b4684bf27a62ada08601a7613f3ec1cf0e7bc62d56e796739b1
Contents?: true
Size: 435 Bytes
Versions: 728
Compression:
Stored size: 435 Bytes
Contents
require 'puppet/node' require '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
728 entries across 728 versions & 6 rubygems