Class MCollective::Facts::Yaml
In: plugins/mcollective/facts/yaml.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

get_facts  

Public Instance methods

[Source]

    # File plugins/mcollective/facts/yaml.rb, line 14
14:             def get_facts
15:                 Thread.exclusive do
16:                     reload_facts
17:                 end
18:             end

[Validate]