Version information
released Oct 21st 2013
Start using this module
Add this module to your Puppetfile:
mod 'janitor-pyfacts', '0.1.12'
Learn more about managing modules with a PuppetfileDocumentation
janitor/pyfacts — version 0.1.12 Oct 21st 2013
pyfacts
This is the pyfacts module for creating dynamic/custom facts with python
License
Apache License, Version 2.0
Contact
http://git.uselessmouse.de/public/projects/puppet-forge/pyfacts
Support
Please log tickets and issues at our Projects site: http://git.uselessmouse.de/puppet-forge/pyfacts/issues
Usage
To use your custom facts you can add your code to files/pyfacts.py
You have to ensure that your script will only output somthing like:
key1=value1 key2=value2