aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* use new pg domain nameNicolas Lécureuil2017-04-061-1/+1
|
* rsnapshot: reword conf file regarding tabsOlivier Blin2017-04-061-2/+2
|
* rsnapshot: fix conf file to use tabsOlivier Blin2017-04-061-2/+2
| | | | | ERROR: rsnapshot can not continue. If you think an entry looks right, make ERROR: sure you don't have spaces where only tabs should be.
* backups should be in /data/backupsOlivier Blin2017-04-061-2/+2
|
* Fix database nameNicolas Lécureuil2017-03-291-1/+1
|
* Fix requiresNicolas Lécureuil2017-03-231-2/+1
|
* Fix requiresNicolas Lécureuil2017-03-231-4/+2
|
* Fix class nameNicolas Lécureuil2017-03-231-1/+1
|
* Remove extension checkout, it is included in bugs repoNicolas Lécureuil2017-03-231-15/+0
|
* Make sure bugzilla folder existNicolas Lécureuil2017-03-231-0/+10
|
* Fix database nameNicolas Lécureuil2017-03-231-1/+1
|
* Fix vhostNicolas Lécureuil2017-03-231-1/+1
|
* Use mageia git bugzillaNicolas Lécureuil2017-03-231-2/+6
|
* Adapt to devNicolas Lécureuil2017-03-231-4/+2
|
* Add bugzilla-dev moduleNicolas Lécureuil2017-03-236-0/+352
|
* Fix typo in guerrillamailNicolas Lécureuil2017-02-231-1/+1
|
* Blacklist more domainsNicolas Lécureuil2017-02-231-0/+12
|
* ldap-sshkey2file.py: add dry-run and verbose modeOlivier Blin2017-02-231-0/+16
|
* ldap-sshkey2file.py: use argparse for options parsing and usageOlivier Blin2017-02-231-16/+15
|
* ldap-sshkey2file.py: reorder code in write_keys to prepare adding a dry-run modeOlivier Blin2017-02-231-29/+29
|
* ldap-sshkey2file.py: fix path of authorized_keys in usageOlivier Blin2017-02-231-1/+1
|
* Fix ldap-sshkey2file so it doesn't crash when a user has no uidNumberDan Fandrich2017-02-231-3/+3
| | | | | This shouldn't happen in normal operation, but can happen when binding to a DN who doesn't have access to that attribute.
* Adapt to changes in catdap trunkNicolas Lécureuil2017-02-221-22/+1
|
* Add new login_domain_blacklist: optionNicolas Lécureuil2017-02-221-0/+32
| | | | | Rename login_blacklist to login_username_blacklist: Keep login_blacklist for compatibility ( for the migration )
* Use concat from stdlib to merged admins in access classesOlivier Blin2017-02-212-5/+12
| | | | We already use puppet-stdlib for the file_line helper.
* Implicitely allow mga-sysadmin login for all access classesOlivier Blin2017-02-211-0/+1
| | | | | | Like done already for mga-unrestricted_shell_access. There is no easy way to concatenate arrays in puppet, the rules are kept inlined for mga-sysadmin and mga-unrestricted_shell_access.
* Fixup last mediawiki change (missing quote)Olivier Blin2017-02-212-2/+2
|
* Fix mediawiki package nameOlivier Blin2017-02-212-2/+2
| | | | | | | mediawiki-minimal does not exist anymore since Mga3, use mediawiki instead. This still works on alamut (Mga1) and allows installation on sucuk (Mga5).
* Remove broken apache-mod_deflate package requirementOlivier Blin2017-02-212-5/+0
| | | | | | | | | | | | | This has been provided by the apache package directly since Mga3. apache-mod_deflate was used for the planet config only, on the champagne host, running Mga4. puppet failed because it did not handle the virtual package from the apache package: Error: Package apache-mod_deflate was not present after trying to install it Error: /Stage[main]/Apache::Mod::Deflate/Package[apache-mod_deflate]/ensure: change from absent to present failed: Package apache-mod_deflate was not present after trying to install it
* Allow mga-unrestricted_shell_access group login on duvelOlivier Blin2017-02-211-1/+1
| | | | Also-by: Dan Fandrich <dan@coneharvesters.com>
* Allow mga-unrestricted_shell_access group login on all nodesOlivier Blin2017-02-211-0/+1
|
* Remove unnecessary AllowGroups sshd restriction on rabbitOlivier Blin2017-02-211-4/+0
| | | | | | | | This is already covered by pam.d/system-auth, which only allows local users and authorized access classes. Otherwise, login fails: sshd[1234]: fatal: Access denied for user XXX by PAM account configuration [preauth]
* Fix typo (spotted by Neal Gompa)Pascal Terjan2016-12-131-1/+1
|
* MirrorBrain: redo cron jobsThomas Backlund2016-12-071-11/+51
|
* mirrorbrain: fix typoThomas Backlund2016-12-061-1/+1
|
* Fix Mageia.pmPascal Terjan2016-12-061-0/+2
|
* Delete broken unwanted codePascal Terjan2016-12-051-21/+0
| | | | | We actually do not want to delete old major of a lib before packages get rebuilt with the new one.
* sucuk: disable mirrorbrain null-sync for nowThomas Backlund2016-12-051-5/+5
|
* Kill get_revisions, the one in the base class is betterPascal Terjan2016-12-051-29/+0
|
* Fix duplicate namePascal Terjan2016-11-281-1/+2
|
* Fix syntaxPascal Terjan2016-11-281-1/+1
|
* Do not forget about remote builds after 10h, 100h looks more realisticPascal Terjan2016-10-151-0/+1
|
* Avoid rebuilding some old packagesPascal Terjan2016-10-142-0/+10
| | | | | | | | | | When a package gets built for mandatory arches but fails on non mandatory arches, src.rpm stays around (that should be fixed). When we cleanup old log files after 2 weeks, we often have the src.rpm staying around longer (it seems it's ctime gets changed) than the file saying it had already been built for mandatory architectures, so it gets built again then rejected. By removing rpms earlier than the logs, we avoid that problem.
* Disable password for ssh on all machinesPascal Terjan2016-10-131-1/+1
|
* Allow iurt to ssh to rabbitPascal Terjan2016-10-131-1/+1
|
* Restrict ssh access on rabbitPascal Terjan2016-10-131-0/+4
|
* iurt config: increase eclipse and java timeoutNicolas Lécureuil2016-10-081-2/+2
|
* iurt config: increase eclipse timeoutNicolas Lécureuil2016-10-081-1/+1
|
* Increase timeout for cross-gccPascal Terjan2016-10-061-1/+1
|
* Fix pkgsubmit origin for CORS on check (should include protocol)Olivier Blin2016-10-051-1/+1
|