Metadata-Version: 1.1
Name: c2c.recipe.facts
Version: 1.2rc3
Summary: Collect the 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: 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}
        
Keywords: puppet facts facter
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Framework :: Buildout :: Recipe
Classifier: Topic :: System :: Installation/Setup
