aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* reenable splay, as ecosse and jonund sync at the same time, and this cause ↵Michael Scherer2011-07-041-0/+4
| | | | problem
* do not send alert if rabbit is taking too much CPU ( due to nightly cron job ) Michael Scherer2011-07-041-1/+1
|
* disable splay, no longer neededMichael Scherer2011-07-031-3/+0
|
* no longer watch the puppet process , since we use cronMichael Scherer2011-07-031-1/+0
|
* use a cron based system rather than the daemon, as said on the mlMichael Scherer2011-07-031-6/+8
|
* force login to the wiki to be on httpsMichael Scherer2011-07-031-0/+6
|
* use a different default skin, to have the wiki looking less like a defaultMichael Scherer2011-07-031-1/+1
| | | | uncustomized mediawiki install
* disable daily reminder of opened bugsMichael Scherer2011-07-031-1/+1
|
* do not check bash from fedora, as they use a different numbering schemeMichael Scherer2011-07-031-0/+1
| | | | | ( asked by Ahmad on ml )
* add redirect for URLs not ending with /Nicolas Vigier2011-06-301-0/+1
|
* Add a threshold for rabbit tooBuchan Milne2011-06-271-0/+4
|
* Add a threshold for jonund so its cpu test doesnt flap so muchBuchan Milne2011-06-271-0/+5
|
* Fix rabbit DISK ignore rule (all specific rules must precede DEFAULT)Buchan Milne2011-06-271-4/+4
|
* fix the regexp to match 6.mo2.mail-out.ovh.netMichael Scherer2011-06-211-1/+1
|
* let ovh hosted domain name bypass the greylistingMichael Scherer2011-06-211-1/+2
|
* only update dashboard one time every two hours (not every minutes)Nicolas Vigier2011-06-211-0/+1
|
* add cron every 2 hours to update dashboardNicolas Vigier2011-06-201-0/+6
|
* add vhost for dashboardNicolas Vigier2011-06-201-0/+4
|
* fix variable nameNicolas Vigier2011-06-201-1/+1
|
* add script to generate dashboard reportsNicolas Vigier2011-06-202-0/+32
|
* install php-cliNicolas Vigier2011-06-201-0/+4
|
* don't specify groupNicolas Vigier2011-06-201-1/+0
|
* add dashboard moduleNicolas Vigier2011-06-201-0/+22
|
* add 'php-ldap' in the package list (needed for plugins)Damien Lallement2011-06-201-1/+1
|
* add 'unzip' in the package list (needed for plugins)Damien Lallement2011-06-201-1/+1
|
* fix ordering issues ( took me a long time to understand the problem )Michael Scherer2011-06-201-1/+4
|
* fix config, use the proper search stringMichael Scherer2011-06-191-2/+2
|
* add some comments in case of needing debugMichael Scherer2011-06-191-1/+10
|
* use the complete path, as set by the rpmMichael Scherer2011-06-191-1/+1
|
* add support for ldap in the mediawiki config ( untested yet )Michael Scherer2011-06-182-1/+24
|
* start ldap integration, by installing needed moduleMichael Scherer2011-06-181-1/+1
|
* disable all supported_lang until we found a solution for the translation ofMichael Scherer2011-06-181-1/+1
| | | | | template
* fix the error message due to postgresql being declared twice :Michael Scherer2011-06-181-8/+10
| | | | | | | | - one time on rabbit ( for the check ) - one time on alamut ( for the report ) Much easier to figure out once I found the FAQ on puppet website : http://docs.puppetlabs.com/guides/troubleshooting.html#err-exported-resource-blahsometitle-cannot-override-local-resource-on-node-nodename
* use fully qualified name for user ( and database )Michael Scherer2011-06-171-2/+2
|
* revert the change in rev1763, uneeded and broke some others manifestsMichael Scherer2011-06-171-5/+5
|
* do not try to send a notify if not neededMichael Scherer2011-06-171-3/+5
|
* rename user to db_user, as it cause conflict with builtin typeMichael Scherer2011-06-171-5/+5
|
* fix licensing of the wiki, following romain comment on mlMichael Scherer2011-06-171-3/+5
|
* fix warnings about unrecognized escaped sequenceMichael Scherer2011-06-171-1/+1
|
* remove file in config/ directory before removing the directory ( asMichael Scherer2011-06-171-1/+6
| | | | rm_dir requires a empty directory )
* use a tag for exported ressources, instead of fetching by nameMichael Scherer2011-06-171-2/+3
|
* fix "Unrecognised escape sequence '\.' " warning, by using single quoteMichael Scherer2011-06-171-12/+12
| | | | instead of double quote
* fix puppetmaster warning about missing $ in prototypeMichael Scherer2011-06-171-2/+2
|
* fix syntax of exec ( one more time )Michael Scherer2011-06-171-1/+1
|
* fix syntax of execMichael Scherer2011-06-161-1/+1
|
* declare the db remotely ( even if this work now by chance, as wikis areMichael Scherer2011-06-161-1/+1
| | | | tested on a clone of alamut )
* do not use export directly, use custom type for thatMichael Scherer2011-06-161-1/+1
|
* trigger the creation of the table once the database have been createdMichael Scherer2011-06-161-0/+7
|
* deploy the script to create databaseMichael Scherer2011-06-161-1/+9
|
* add php script to finish script deploymentMichael Scherer2011-06-161-0/+24
|