public
Fork of garthrk/python-module-for-puppet
Description: Python module for Puppet, using easy_install for module control.
Homepage:
Clone URL: git://github.com/jude/python-module-for-puppet.git
name age message
file README Thu Jul 31 20:13:51 -0700 2008 Added link to github. [Garth Roxburgh-Kidd]
directory files/ Thu Jul 31 19:45:28 -0700 2008 Initial simple Python class. Includes PEAK's ez... [Garth Roxburgh-Kidd]
directory manifests/ Fri Jan 09 13:11:14 -0800 2009 Adding an optional $version argument to pymod. ... [Jude Nagurney]
README
python-module-for-puppet: a shareable Puppet module for Python

Home page: http://github.com/garthrk/python-module-for-puppet/tree/master

Usage, with too many comments:

    include python # ensure Python and easy_setup are installed
    pymod { "mysql-python": # ensure mysql-python is installed
        name => "mysql-python", # required; previous name is ignored
    } 
    
Puppet Common Modules project: 

    http://reductivelabs.com/redmine/projects/show/pcm

Module Standards Wiki page:

    http://reductivelabs.com/trac/puppet/wiki/ModuleStandards