summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-20add GPLv3 licenseMicah Anderson
2014-02-25Merge branch 'riseup'Micah Anderson
2014-02-25fix merge conflict snafu introduced by:Micah Anderson
115691c87bad3f5863f088e73603133b67c9f828 this fixes the incorrectly nested case statement, and brings back the lost 'config file as link' changes
2014-02-21enable status module on debianJerome Charaoui
2014-02-20Document templatewlv requirementJerome Charaoui
2013-12-16Merge branch 'master' of labs.riseup.net:module_apache into riseupMicah Anderson
2013-12-16fix $apache::no_default_site variableMicah Anderson
2013-11-09Merge remote-tracking branch 'leap/master'Gabriel Filion
2013-05-19fixed typo that caused 0-default_ssl.conf to always be created.elijah
2013-04-29Merge branch 'leap' into riseupMicah Anderson
2013-04-25fix merge conflict resolution mistakeMicah Anderson
2013-04-25Merge commit 'dafb060'Micah Anderson
Conflicts: manifests/debian.pp
2013-04-18add a 'ssl' parameter, so you do not need to include two classes to get sslMicah Anderson
support, you can simply just pass the 'ssl => true'. this may also help the occasional warning: warning: Scope(Class[Apache::Ssl]): Could not look up qualified variable 'apache::manage_shorewall'; class apache has not been evaluated at /srv/leap/puppet/modules/apache/manifests/ssl.pp:10
2013-04-17Merge remote-tracking branch 'shared/master' into leapMicah Anderson
Conflicts: manifests/debian.pp
2013-04-15add the requirement for perl::extensions::libwwwMicah Anderson
2013-04-15add details to README about version of munin module requiredMicah Anderson
2013-04-15Merge remote-tracking branch 'shared/master' into riseupMicah Anderson
Conflicts: README
2013-04-12Update README with migration notice, and more information on how to use the ↵Micah Anderson
module Move license information to LICENSE file
2013-04-12Merge remote-tracking branch 'immerda/master'Micah Anderson
Fixed apache_no_default_site variable to be a parameter to the apache class (no_default_site = false) Conflicts: files/include.d/Debian/ssl_defaults.inc manifests/base.pp manifests/config/file.pp manifests/vhost.pp manifests/vhost/php/standard.pp manifests/vhost/template.pp templates/vhosts/php/CentOS.erb templates/vhosts/php/Debian.erb
2013-03-27provide an easy way to workaround scope issues in templates in puppet 3mh
2013-03-20make things puppet 3 readymh
2013-03-17deny directories that shouldn't be web accessiblemh
2013-03-17fix selttype on EL6mh
2013-03-17lintingmh
2013-03-10lintingmh
2013-03-10introduce logprefixmh
2013-03-10updated facts in file source for apache2.conf, lintedvarac
2013-03-09fix fcontexts to be bettermh
2013-02-28add munin plugin to this modulemh
2013-02-07ensure that necessary directories for the service are done before the ↵mh
service is managed
2012-12-28add a workaround foro
http://git.zx2c4.com/w3-total-fail/tree/w3-total-fail.sh to all wordpress vhosts mend
2012-12-15use common definemh
2012-12-15fix a few relationshipsmh
2012-12-15newer mod_security versions need a rule id & lintingmh
2012-12-14update README regarding munin graphsMicah Anderson
2012-12-14fix permission for htpasswdsmh
2012-12-13fix relation issuemh
2012-12-13introduce anchor to hook into basic setupmh
2012-12-01fix typomh
2012-11-27lintingmh
2012-11-27make logdirs httpd_log_tmh
2012-11-08Merge branch 'master' of git://labs.riseup.net/shared-apachevarac
2012-11-05Merge branch 'master' into riseupMicah Anderson
2012-11-05add the ability to disable the 0-default.conf and 0-default_ssl.conf virtualMicah Anderson
hosts by setting the $apache_no_default_site variable
2012-11-04added paths so wheez config is picked up, also linted a bitvarac
2012-11-04Merge branch 'master' of git://labs.riseup.net/shared-apachevarac
2012-11-04added wheezy apache2.confvarac
2012-10-30Update default apache2.conf for Debian using packaged versionJerome Charaoui
2012-09-18make source better configurablemh
2012-07-18make $package_name behave appropriately with apache::debian::moduleGabriel Filion
the default value for package_name in apache::debian::module is 'absent'. Using an empty value makes apache::module's default value break, saying that the package '' (nothing) cannot be found. Signed-off-by: Gabriel Filion <lelutin@gmail.com>