summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2014-02-24append to standard paths instead of overrideJerome Charaoui
2014-02-24remove safe_mode flag from defaults under Debian (removed from PHP 5.4 which ↵Jerome Charaoui
is in wheezy)
2014-02-23this is only required on debianmh
2014-02-23lintingmh
2014-02-23Merge remote-tracking branch 'shared/master'mh
Conflicts: manifests/debian.pp
2014-02-23lintingmh
2014-02-23introduce a datadir for all dynamic hostingsmh
2014-02-23lintingmh
2014-02-21enable status module on debianJerome Charaoui
2013-12-29fix typo from the latest lintingmh
2013-12-28reduce dependency on lsb modules, rather use the builtin factsmh
2013-12-16Merge branch 'master' of labs.riseup.net:module_apache into riseupMicah Anderson
2013-12-16fix $apache::no_default_site variableMicah Anderson
2013-09-18joomla requires allow_url_fopen to update itself :( ↵mh
http://docs.joomla.org/Security_Checklist/Hosting_and_Server_Setup#Use_allow_url_fopen
2013-09-12remove the variable againo
2013-09-12initialize the variableo
2013-09-12pass the php_tmp_dir option to fcgido
2013-08-13be more efficient when cleaning up the webdirectorymh
2013-05-19fixed typo that caused 0-default_ssl.conf to always be created.elijah
2013-04-25fix merge conflict resolution mistakeMicah Anderson
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-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-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-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-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-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>
2012-07-18add 2.6.x compatibility to the default value of $moduleGabriel 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-18Move oddly-placed closing bracketGabriel 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>