Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | Provide ssl cipher suite defaults | varac | |
We don't want to depend on too many modules. The `$ssl_cipher_suite` parameter is the only dependency to the `cert` module and I think it's ok to remove this dependency. It's now a hardcoded default taken from the puppetlabs apache module (https://github.com/puppetlabs/puppetlabs-apache/blob/master/README.md#ssl_cipher) Ppl who use the cert class will know how to pass the parameter. See https://gitlab.com/shared-puppet-modules-group/apache/issues/9 for the discussion. | |||
2015-12-04 | Merge remote-tracking branch 'micah/master' | varac | |
2015-11-27 | [bug] use guess_apache_version() to query apache version | varac | |
Using $::apache_version won't work because the facts are evaluated before compiling the catalog and with this, before the installation of apache. so on an install from scratch, this fact won't contain anything. | |||
2015-11-24 | [feat] add apache::module::status and apache::module::negotiation | Micah Anderson | |
2015-11-12 | [feat] added apache::module::authz_host | varac | |
2015-11-12 | [feat] add a few basic apache modules | varac | |
To prevent duplicate declarations of the same apache module, i added one class per module that can get included from multiple places. | |||
2015-05-14 | Lint manifests/debian/module.pp | Jerome Charaoui | |
2015-05-14 | Fix module management on Debian, closes #7 | Jerome Charaoui | |
Manage files and symlinks directly instead of using a2enmod/a2dismod, which are interactive utilities anyway. | |||
2015-05-11 | Fix ordering between purging and adding/removing modules for debian | varac | |
Before, purging files from the `mods-enabled` dir and adding modules to this dir happened unordered, meaning that some modules are added before all old modules are purged. Puppet (3.7.2) somehow screws this up and some modules are not installed that should be. see https://gitlab.com/shared-puppet-modules-group/apache/issues/6 for details | |||
2015-05-11 | linted manifests/debian/module.pp | varac | |
2015-02-27 | notify the service if something changes | mh | |
2015-02-27 | linting | mh | |
2015-02-27 | these directories can be auto purged, because they are puppet introduced | mh | |
2015-02-14 | make it possible to set the php installation for joomlas | mh | |
2015-02-14 | make it possible to set the php installation for joomlas | mh | |
2015-02-03 | upload directory should be writeable | mh | |
2015-01-16 | linting | mh | |
2015-01-16 | also allow Indexes for wordpress so supercache can be run | mh | |
2015-01-05 | use ciphers_http from certs module | o | |
2014-11-16 | no need to interpolate | mh | |
2014-11-15 | sni: make ssl_cert configurable per vhost | o | |
to support sni we configure ssl_certs on a vhost basis. additionally this commit introduces a generic configuration hash which will be used to replace most other parameters in the future. | |||
2014-10-12 | a first shot of tests | mh | |
2014-09-07 | no need for that | mh | |
2014-09-07 | set the rc correctly also for std. php | mh | |
2014-09-07 | be sure to parse the right php.ini | mh | |
2014-08-31 | add scl55 support | mh | |
2014-07-18 | make our autoconfig setup public | mh | |
2014-07-02 | pass down the logprefix | mh | |
2014-07-02 | linting | mh | |
2014-06-13 | Merge git://git.subpage.ch/subpage/puppet/module-apache | mh | |
2014-05-29 | take safe mode setting outside | mh | |
2014-05-26 | on newer installations (php >= 5.4) we should not use safe_mode things | mh | |
2014-05-25 | integrate php54 from scl support | mh | |
2014-05-25 | adapt to new naming | mh | |
2014-05-21 | change char to us-ascii | tr | |
2014-04-26 | fix a regression from the last change: safe_mode_exec_bins is in php_options ↵ | mh | |
not php_settings | |||
2014-04-25 | use builtin language function instead of an own one | mh | |
2014-04-19 | fix merge regression and add data-dir back to open_basedir | mh | |
2014-04-19 | linting | mh | |
2014-04-19 | Merge remote-tracking branch 'lavamind/master' | mh | |
Conflicts: manifests/config/file.pp manifests/vhost/php/standard.pp | |||
2014-04-18 | address puppet 3.x deprecation warnings | mh | |
2014-04-17 | linting | mh | |
2014-02-25 | Merge branch 'master' of ↵ | root | |
ssh://git.cmaisonneuve.qc.ca/srv/git/public/puppet/module-apache | |||
2014-02-25 | Merge branch 'riseup' | Micah Anderson | |
2014-02-25 | fix 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-24 | pass additional open_basedir paths in $php_options hash instead | Jerome Charaoui | |
2014-02-24 | append to standard paths instead of override | Jerome Charaoui | |
2014-02-24 | remove safe_mode flag from defaults under Debian (removed from PHP 5.4 which ↵ | Jerome Charaoui | |
is in wheezy) | |||
2014-02-23 | this is only required on debian | mh | |
2014-02-23 | linting | mh | |