aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/websites
Commit message (Collapse)AuthorAgeFilesLines
* Enable https for static.mageia.orgNicolas Vigier2013-06-251-0/+33
|
* websites::www: remove apache::mod::geoipNicolas Vigier2013-05-211-1/+0
| | | | | As it doesn't seem to be used (only php-geoip is used), and is not available in Mageia.
* Remove websites::maintenanceNicolas Vigier2013-05-113-112/+0
|
* websites::maintenance: fix path to maintenance.htmlNicolas Vigier2013-05-041-1/+1
|
* Add websites::maintenanceNicolas Vigier2013-05-043-0/+112
|
* websites: rewrite pipermail URLsNicolas Vigier2013-04-144-34/+13
|
* websites: rewrite mailman urlsNicolas Vigier2013-04-144-2/+15
|
* websites: add archives.mageia.orgNicolas Vigier2013-04-141-0/+20
|
* Create apache::var and move apache config optionsNicolas Vigier2012-12-101-1/+2
| | | | Move apache options to apache::var class
* websites::base: Create $webdatadir directoryNicolas Vigier2012-12-101-0/+6
|
* Move custom 404 config to www vhost only (patch from rda)Nicolas Vigier2012-09-191-0/+1
|
* Fix perms of cpan_Mageia.db after pkgcpanDexter Morgan2012-06-271-1/+1
|
* fix typo in start.mageia.orgNicolas Vigier2012-06-131-1/+1
|
* redirect http://start.mageia.org/ to http://www.mageia.org/community/ (#6027)Nicolas Vigier2012-06-131-0/+6
|
* fix class nameNicolas Vigier2012-05-221-1/+1
|
* move pkgcpan.mageia.org to perl.mageia.orgNicolas Vigier2012-05-221-1/+1
|
* add websites::nav classNicolas Vigier2012-05-151-0/+20
|
* add websites::doc classNicolas Vigier2012-05-151-0/+20
|
* use -qq for really silent runNicolas Vigier2012-04-071-1/+1
|
* add quiet flag to magpie commandNicolas Vigier2012-04-051-1/+1
|
* add minute for pkgcpan updateNicolas Vigier2012-04-051-0/+1
|
* update stats at 23h30Nicolas Vigier2012-04-051-1/+2
|
* generate pkgcpan statsNicolas Vigier2012-04-051-1/+16
|
* fix error introduced in commit 2578: proxy to zarb mailman with sslNicolas Vigier2012-04-041-4/+4
|
* split apache::reverse_proxy in a separate fileMichael Scherer2012-04-021-2/+2
|
* fix module invaocation after splitMichael Scherer2012-03-251-1/+1
|
* fix vhost invocation on several module, was missed by last commit, and add ↵Michael Scherer2012-03-254-6/+6
| | | | the one for redirect_ssl
* use the new name for mod_php moduleMichael Scherer2012-03-251-1/+1
|
* split some others modules in separate fileMichael Scherer2012-03-251-3/+3
|
* make puppet-lint silentMichael Scherer2012-03-192-5/+4
|
* scoping and style fix, found by puppet-lintMichael Scherer2012-03-171-17/+17
|
* clean puppet-lint warningMichael Scherer2012-03-171-5/+3
|
* clean the module from puppet-lint error, and make sure scoping is properly usedMichael Scherer2012-03-171-49/+49
| | | | for fact. Do not hardcode the distro name either.
* remove prefix on variable, as this only make thing harder to read, proper ↵Michael Scherer2012-03-151-9/+9
| | | | scoping should be enough
* make puppet-lint happyMichael Scherer2012-03-151-6/+5
|
* fix error ( should have been caught by puppet parser validate, but didn't )Michael Scherer2012-02-281-3/+3
|
* Ensure cpan_Mageia.db can be readDexter Morgan2012-02-271-0/+6
|
* remove duplicate requireNicolas Vigier2012-02-231-1/+0
|
* don't run pkgcpan as root, create a user for pkgcpanNicolas Vigier2012-02-231-1/+11
|
* install php-geoip on wwwPascal Terjan2012-02-211-1/+1
|
* use static.mageia.org to serve www.mageia.org/g/ static contents ( patch ↵Dexter Morgan2012-02-201-0/+4
| | | | from rda
* add old-wiki proxy to the previous wikiMichael Scherer2012-02-131-0/+5
|
* make puppet-lint happy and make sure we are future proof for puppet 2.8 ( ↵Michael Scherer2012-02-101-19/+18
| | | | variable scoping )
* make the module compliant ith changes coming with puppet 2.8 and with ↵Michael Scherer2012-02-102-23/+22
| | | | puppet-lint
* fix module name, and make puppet-lint happyMichael Scherer2012-02-101-12/+10
|
* no longer touch to /etc/hosts, not needed anymore since last commit on ↵Michael Scherer2012-02-101-5/+0
| | | | apache module
* also make the redirection work for pipermail, as seen by leuhmanuMichael Scherer2012-01-162-4/+8
|
* add missing requires for reverse proxyMichael Scherer2012-01-141-0/+4
|
* also clean the old configuration that was split by last commitMichael Scherer2012-01-141-21/+0
|
* fix reverse proxy, the whole usage of use_ssl was incorrect ( some ↵Michael Scherer2012-01-143-2/+28
| | | | refactoring could be done, but not urgent )