Skip to content

garthk/python-module-for-puppet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Python module for Puppet, using easy_install for module control.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages