Class MCollective::Facts::Yaml_facts
In: lib/mcollective/facts/yaml_facts.rb
Parent: Base

A factsource that reads a hash of facts from a YAML file

Multiple files can be specified seperated with a : in the config file, they will be merged with later files overriding earlier ones in the list.

Methods

Public Class methods

Public Instance methods

force fact reloads when the mtime on the yaml file change

[Validate]