Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-29 | fix typo from the latest linting | mh | |
2013-12-28 | reduce dependency on lsb modules, rather use the builtin facts | 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-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-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 | 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-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-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/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> | |||
2012-02-25 | add only if to workaround puppet bug #12830 | mh | |
2012-02-21 | use correct selinux type | mh | |
2012-02-12 | require sftponly class | mh | |
2012-02-12 | manage selinux stuff | mh | |
2012-01-08 | wrap it in a module statement | mh | |
2012-01-08 | correct naming | mh | |
2011-12-28 | set gem_home for the ruby apps | mh | |
2011-12-11 | Avoid setting source or content when trying to remove apache::config::file | Gabriel Filion | |
Currently, when trying to remove a config file that is not present in one of the source directories, you get an error about puppet not being able to find the file, which kills the puppet run. We need a special case for when $ensure is set to 'absent' or 'purged' so that we avoid setting the source argument. Signed-off-by: Gabriel Filion <lelutin@gmail.com> |