garthrk / python-module-for-puppet
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
218f0aa
Garth Roxburgh-Kidd (author)
Thu Jul 31 20:26:46 -0700 2008
commit 218f0aa36a131e867bd7de9c121616db1617d306
tree 1704b53af5fee5495e701074ad9b38cc4af130ea
parent b3361abb72ee40c07f69cb7cf1201fd2dd99363e
tree 1704b53af5fee5495e701074ad9b38cc4af130ea
parent b3361abb72ee40c07f69cb7cf1201fd2dd99363e
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
files/ | ||
| |
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

