apenney / puppet
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Ashley Penney (author)
Fri May 30 07:48:23 -0700 2008
puppet / iclassify
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | ||
| |
files/ | ||
| |
manifests/ | ||
| |
packages/ | ||
| |
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.

