garthrk / python-module-for-puppet

Python module for Puppet, using easy_install for module control.

This URL has Read+Write access

Garth Roxburgh-Kidd (author)
Thu Jul 31 20:26:46 -0700 2008
commit  218f0aa36a131e867bd7de9c121616db1617d306
tree    1704b53af5fee5495e701074ad9b38cc4af130ea
parent  b3361abb72ee40c07f69cb7cf1201fd2dd99363e
name age message
file README Loading commit data...
directory files/
directory manifests/
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