From 6b98fcc2fd9c045d6a991d82e413bf66c7857c09 Mon Sep 17 00:00:00 2001 From: Mike Scherbakov Date: Tue, 9 Oct 2012 09:34:50 +0000 Subject: [PATCH] [docs] Added references on puppet-mcollective-facts stuff --- docs/sequence.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sequence.rst b/docs/sequence.rst index eff4a7a53..6fa8a6520 100644 --- a/docs/sequence.rst +++ b/docs/sequence.rst @@ -110,8 +110,10 @@ reads facts from /etc/naily.fact placed by mcollective, and extends Facter data easily used in Puppet modules. Case structure in running class chooses appropriate class to import, based on $role variable, received from /etc/naily.fact. It loads and starts to execute. All variables from file are available like ordinary facts from Facter. -Inspired by blog post `self-classifying puppet nodes `_. -Some other details on approach: `nodeless-puppet example `_. +Inspired by blog posts `self-classifying puppet nodes `_, +`pulling a list of hosts from mcollective for puppet `_, +`A Simple Puppet Function to Retrieve Information From the Stored Config DB `_, +`nodeless-puppet example `_. It could be possible to use just special file and not to extend facts of Facter, just load JSON data straight during Puppet recipes execution, however additional research should be done. Last notice on how to work with the system without Nailgun and Naily: user creates a YAML file with all required