Metadata-Version: 1.1
Name: c2c.recipe.facts
Version: 0.1
Summary: Collect all puppet facter facts
Home-page: http://github.com/sbrunner/c2c.recipe.facts
Author: Stéphane Brunner
Author-email: stephane.brunner@camptocamp.com
License: BSD
Description: c2c.recipe.facts
        ================
        
        Collect all puppet facter facts
        
        Example of use:
        ```
        [buildout]
        ...
        
        [facts]
        recipe = c2c.recipe.facts
        
        [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}
        ```
        
Keywords: puppet facts facter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Framework :: Buildout :: Recipe
Classifier: Topic :: System :: Installation/Setup
