1
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 23, 2024 — Aug 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the default directory statement to use rhe _directory.erb fragment.
aethylred
as Aaron Hicks
More... about 12 years ago
This allows an override of the default DirectoryIndex directive in dir.conf.erb
aethylred
as Aaron Hicks
More... about 12 years ago
Merge branch 'master' into vhost_alias
aethylred
as Aaron Hicks
More... about 12 years ago
Move user and group into class parameters. More... about 12 years ago
Fix path on centos. More... about 12 years ago
A fairly big restructuring. First I've moved all the OS specific stuff into a .yaml file so we can reuse it between different tests without repeating ourselves, and then I've converted class_spec.rb to using it. More... about 12 years ago
Merge pull request #208 from pronix/master More... about 12 years ago
Merge pull request #209 from apenney/vdirpurgefix More... about 12 years ago
Minor tweak to set this to false as it's a replaced parameter. More... about 12 years ago
WIP More... about 12 years ago
fix variable for latest puppet version More... about 12 years ago
Add checks to ensure the service is running. More... about 12 years ago
First draft at a skeleton framework for rspec-system-puppet tests. More... about 12 years ago
Rework again to make a completely seperate module, site_apache, and use this for testing the template changes. Makes a lot more sense really. More... over 12 years ago
Slightly better approach at this. The worst part is it doesn't tear down the symlinked file at the end of the spec tests, leaving you with a fake.conf.erb in your templates. Still, most people aren't running the tests in the copy they have on their puppetmaster in production so I think this is better than the alternatives. More... over 12 years ago
Add documentation for conf_template and two spec tests. More... over 12 years ago
made it so that certain required modules are always loaded, but only conditionally loading the rest based on the use case. The "parameter" name kinda sucks, but it doesnt require a usage change for anyone. More... over 12 years ago
added definition of allow_from to proxy configuration More... over 12 years ago
Add $conf_template as a parameter to allow people to pass in a custom apache conf if they really need to. I've seen this requested about three times this week in #puppet alone, so I figured I'd just do it and get a PR up for it so it doesn't get forgotten about again. More... over 12 years ago
Merge pull request #193 from oxilion/proxy_pass More... over 12 years ago
remove require call, and use metaparameter instead
aethylred
as Aaron Hicks
More... over 12 years ago
Update README, without destroying whitespace.
aethylred
as Aaron Hicks
More... over 12 years ago
Merge pull request #194 from mxey/master More... over 12 years ago
Merge pull request #188 from nanliu/prefork More... over 12 years ago
Add posibility to set VirtualDocumentRoot More... over 12 years ago
Use correct template for dav_fs module More... over 12 years ago
Add proxy_pass parameter More... over 12 years ago
update description and expected library string
aethylred
as Aaron Hicks
More... over 12 years ago
I prefer 'prefork' it's explictly what's desired here.
aethylred
as Aaron Hicks
More... over 12 years ago
borrowed precondition from prefork
aethylred
as Aaron Hicks
More... over 12 years ago