public
Description: Modules for puppet.
Homepage:
Clone URL: git://github.com/apenney/puppet.git
Ashley Penney (author)
Fri May 30 07:48:23 -0700 2008
commit  7348ef855436474b9c4207b2cf99344eb37f8d75
tree    d7d62cef505ae8b5106ecac60933dc4eac52b804
parent  76488a16c026b57e790686e45928e1a8c2c349da
puppet / iclassify
name age message
..
file README Loading commit data...
directory files/ Tue May 27 12:56:34 -0700 2008 Remove these. [Ashley Penney]
directory manifests/
directory packages/
directory templates/ Thu May 22 11:43:18 -0700 2008 Tons of changes. [Ashley Penney]
iclassify/README
Here is the first draft of my iclassify module for RHEL.  I say it's for
RHEL as various paths (mostly for httpd support) are hardcoded.  I don't
think this will realistically work for anyone else out of the box, but it's
sure intended to.

You need to move the stuff under packages to a webroot somewhere, and then
set up a repo file for them.  Once this is done you should be in business.

REQUIREMENTS:

* Mysql puppet module.
* Apache puppet module.
* Various passwords listed in /etc/puppet/secrets/ - ENSURE ALL PASSWORDS
* ARE CREATED BY DOING ECHO -N SO THAT YOU HAVE NO TRAILING NEWLINE.

I have a mysql module and apache module created here on github that you are
welcome to take, but I thought people may have their own setup for this.