Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbrunner/c2c.recipe.facts
- Owner: sbrunner
- Archived: true
- Created: 2012-11-12T20:08:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-04T10:19:53.000Z (almost 11 years ago)
- Last Synced: 2024-09-25T16:03:46.773Z (3 months ago)
- Language: Python
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
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}