Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | make it possible to only log error_logs | mh | |
2013-09-18 | joomla requires allow_url_fopen to update itself :( ↵ | mh | |
http://docs.joomla.org/Security_Checklist/Hosting_and_Server_Setup#Use_allow_url_fopen | |||
2013-09-12 | remove the variable again | o | |
2013-09-12 | initialize the variable | o | |
2013-09-12 | pass the php_tmp_dir option to fcgid | o | |
2013-08-13 | be more efficient when cleaning up the webdirectory | mh | |
2013-06-12 | remove unnecessary template part from mediawiki | mh | |
we also have likely anonymization in place, hence all ips are from localhost | |||
2013-04-15 | add details to README about version of munin module required | Micah Anderson | |
2013-04-12 | Update README with migration notice, and more information on how to use the ↵ | Micah Anderson | |
module Move license information to LICENSE file | |||
2013-04-12 | Merge 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-27 | provide an easy way to workaround scope issues in templates in puppet 3 | mh | |
2013-03-20 | make things puppet 3 ready | mh | |
2013-03-17 | deny directories that shouldn't be web accessible | mh | |
2013-03-17 | fix selttype on EL6 | mh | |
2013-03-17 | linting | mh | |
2013-03-10 | linting | mh | |
2013-03-10 | introduce logprefix | mh | |
2013-03-09 | fix fcontexts to be better | mh | |
2013-02-28 | add munin plugin to this module | mh | |
2013-02-07 | ensure that necessary directories for the service are done before the ↵ | mh | |
service is managed | |||
2012-12-28 | add a workaround for | o | |
http://git.zx2c4.com/w3-total-fail/tree/w3-total-fail.sh to all wordpress vhosts mend | |||
2012-12-15 | use common define | mh | |
2012-12-15 | fix a few relationships | mh | |
2012-12-15 | newer mod_security versions need a rule id & linting | mh | |
2012-12-14 | fix permission for htpasswds | mh | |
2012-12-13 | fix relation issue | mh | |
2012-12-13 | introduce anchor to hook into basic setup | mh | |
2012-12-01 | fix typo | mh | |
2012-11-27 | linting | mh | |
2012-11-27 | make logdirs httpd_log_t | mh | |
2012-11-05 | Merge branch 'master' into riseup | Micah Anderson | |
2012-11-05 | add the ability to disable the 0-default.conf and 0-default_ssl.conf virtual | Micah Anderson | |
hosts by setting the $apache_no_default_site variable | |||
2012-10-30 | Update default apache2.conf for Debian using packaged version | Jerome Charaoui | |
2012-09-18 | make source better configurable | mh | |
2012-07-18 | make $package_name behave appropriately with apache::debian::module | Gabriel 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> | |||
2012-07-18 | add 2.6.x compatibility to the default value of $module | Gabriel Filion | |
using $name in a default value doesn't work in 2.6.x, we need to verify the argument's value inside the manifests. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-07-18 | Move oddly-placed closing bracket | Gabriel Filion | |
usually, closing a curly bracket on the same line as the code is done when it is opened on the same line, too. here we'd rather align it to the "default:" to make the code easier to read. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-07-16 | change the class to a define and pass $name to $module by default | Micah Anderson | |
2012-07-16 | single-quoting style diff | Micah Anderson | |
2012-07-08 | there is a apache::centos::module, apache::gentoo::module, and ↵ | Micah Anderson | |
apache::debian::module which means you have to specify the operating system in the class that you called for deployment of the module. so I abstracted that by creating the class apache::module in manifests/module.pp which just did an fact check and then depending on the result, called the correct class for module deployment | |||
2012-06-18 | this should enforced as apache | mh | |
2012-06-13 | remove hiera | mh | |
2012-06-08 | fix dynamic scope variables, function access | mh | |
2012-06-06 | fix for new style for 2.7 | mh | |
2012-06-05 | new style for 2.7 | mh | |
2012-05-31 | fix various puppet language things | mh | |
2012-05-29 | rename site modules | mh | |
2012-04-18 | Merge remote-tracking branch 'lelutin/readme' | Micah Anderson | |
2012-04-18 | Merge remote-tracking branch 'lelutin/config_ensure_absent' | Micah Anderson | |
2012-04-18 | Dependency to package missing for File['include_dir'] | Gabriel Filion | |
some runs produce an error because of a missing "require" link from 'include_dir' to the apache package: err: /Stage[main]/Apache::Base/File[include_dir]/ensure: change from absent to directory failed: Cannot create /etc/apache2/include.d; parent directory /etc/apache2 does not exist Signed-off-by: Gabriel Filion <lelutin@gmail.com> |