Forge Home

pyfacts

create own/dynamic facts with python

10,976 downloads

10,177 latest version

4.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.1.12 (latest)
  • 0.1.11
  • 0.1.10
  • 0.1.9
released Oct 21st 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'janitor-pyfacts', '0.1.12'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add janitor-pyfacts
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install janitor-pyfacts --version 0.1.12

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

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