Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbrunner/c2c.recipe.facts

Collect all puppet facter facts
https://github.com/sbrunner/c2c.recipe.facts

Last synced: 3 months ago
JSON representation

Collect all puppet facter facts

Awesome Lists containing this project

README

        

c2c.recipe.facts
================

Collect all puppet facter facts

Example of use::

[buildout]
...

[facts]
recipe = c2c.recipe.facts
values = hostname
osfamily
operatingsystem
lsbdistcodename

[echo]
recipe = missingbits:echo
echo =
The hostname is ${facts:hostname}
The operating system family is ${facts:osfamily}
The operating system is ${facts:operatingsystem}
The distribution code name is ${facts:lsbdistcodename}