Class Puppet::Indirector::Yaml
In: lib/puppet/indirector/yaml.rb
Parent: Puppet::Indirector::Terminus

The base class for YAML indirection termini.

Methods

base   find   path   save   search  

Included Modules

Puppet::Util::FileLocking

Public Instance methods

Get the yaml directory

Read a given name‘s file in and convert it from YAML.

Return the path to a given node‘s file.

Convert our object to YAML and store it to the disk.

Do a glob on the yaml directory, loading each file found

[Validate]