apenney / puppet

Modules for puppet.

This URL has Read+Write access

puppet / iclassify
name age message
..
file README Loading commit data...
directory files/
directory manifests/
directory packages/
directory templates/
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.