Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix class name | Nicolas Lécureuil | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Remove extension checkout, it is included in bugs repo | Nicolas Lécureuil | 2017-03-23 | 1 | -15/+0 |
| | |||||
* | Make sure bugzilla folder exist | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+10 |
| | |||||
* | Fix database name | Nicolas Lécureuil | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Install bugzilla-dev on sucuk | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | Fix vhost | Nicolas Lécureuil | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Use mageia git bugzilla | Nicolas Lécureuil | 2017-03-23 | 1 | -2/+6 |
| | |||||
* | Adapt to dev | Nicolas Lécureuil | 2017-03-23 | 1 | -4/+2 |
| | |||||
* | Add bugzilla-dev module | Nicolas Lécureuil | 2017-03-23 | 6 | -0/+352 |
| | |||||
* | Fix Python ML description | Nicolas Lécureuil | 2017-03-23 | 1 | -1/+1 |
| | |||||
* | Add Python ML | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Add Php ML | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Add perl ML | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Add java ML | Nicolas Lécureuil | 2017-03-23 | 1 | -0/+5 |
| | |||||
* | Update madb IP | Nicolas Lécureuil | 2017-03-17 | 1 | -2/+2 |
| | |||||
* | Fix typo in guerrillamail | Nicolas Lécureuil | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Blacklist more domains | Nicolas Lécureuil | 2017-02-23 | 1 | -0/+12 |
| | |||||
* | ldap-sshkey2file.py: add dry-run and verbose mode | Olivier Blin | 2017-02-23 | 1 | -0/+16 |
| | |||||
* | ldap-sshkey2file.py: use argparse for options parsing and usage | Olivier Blin | 2017-02-23 | 1 | -16/+15 |
| | |||||
* | ldap-sshkey2file.py: reorder code in write_keys to prepare adding a dry-run mode | Olivier Blin | 2017-02-23 | 1 | -29/+29 |
| | |||||
* | ldap-sshkey2file.py: fix path of authorized_keys in usage | Olivier Blin | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Fix ldap-sshkey2file so it doesn't crash when a user has no uidNumber | Dan Fandrich | 2017-02-23 | 1 | -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 trunk | Nicolas Lécureuil | 2017-02-22 | 1 | -22/+1 |
| | |||||
* | Add new login_domain_blacklist: option | Nicolas Lécureuil | 2017-02-22 | 1 | -0/+32 |
| | | | | | Rename login_blacklist to login_username_blacklist: Keep login_blacklist for compatibility ( for the migration ) | ||||
* | Use concat from stdlib to add arm32 arch in iurt/upload.conf | Olivier Blin | 2017-02-21 | 1 | -2/+4 |
| | | | | | | This avoids hardcoding the x86 arch list one more time. We already use puppet-stdlib for the file_line and concat helpers. | ||||
* | Use concat from stdlib to merged admins in access classes | Olivier Blin | 2017-02-21 | 2 | -5/+12 |
| | | | | We already use puppet-stdlib for the file_line helper. | ||||
* | Implicitely allow mga-sysadmin login for all access classes | Olivier Blin | 2017-02-21 | 4 | -4/+5 |
| | | | | | | 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. | ||||
* | Remove unused web_and_artwork access class | Olivier Blin | 2017-02-21 | 1 | -5/+0 |
| | |||||
* | Fixup last mediawiki change (missing quote) | Olivier Blin | 2017-02-21 | 2 | -2/+2 |
| | |||||
* | Fix mediawiki package name | Olivier Blin | 2017-02-21 | 2 | -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 requirement | Olivier Blin | 2017-02-21 | 2 | -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 duvel | Olivier Blin | 2017-02-21 | 1 | -1/+1 |
| | | | | Also-by: Dan Fandrich <dan@coneharvesters.com> | ||||
* | Allow mga-unrestricted_shell_access group login on all nodes | Olivier Blin | 2017-02-21 | 1 | -0/+1 |
| | |||||
* | Remove unnecessary AllowGroups sshd restriction on rabbit | Olivier Blin | 2017-02-21 | 1 | -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] | ||||
* | Encourage Tier 1 mirrors to sync at least every hour (mga#20140) | Marja van Waes | 2017-01-19 | 1 | -0/+1 |
| | |||||
* | typo fixes | Marja van Waes | 2017-01-19 | 1 | -3/+3 |
| | |||||
* | remove accidentally just added empty lines | Marja van Waes | 2017-01-19 | 1 | -2/+0 |
| | |||||
* | improve information about expected mirror size (mga#14717) | Marja van Waes | 2017-01-19 | 1 | -1/+8 |
| | |||||
* | Typofix (mga#20140). The previous mirror.readme edits today were for that ↵ | Marja van Waes | 2017-01-19 | 1 | -1/+1 |
| | | | | bug report, too. Sorry | ||||
* | Tell where to see the bandwidth and status of the mirrors | Marja van Waes | 2017-01-19 | 1 | -1/+4 |
| | |||||
* | Add the Princeton and the Ibiblio mirrors | Marja van Waes | 2017-01-19 | 1 | -0/+4 |
| | |||||
* | The LinuxCabal mirror no longer exists | Marja van Waes | 2017-01-19 | 1 | -2/+0 |
| | |||||
* | - typo fixes | Marja van Waes | 2017-01-19 | 1 | -2/+2 |
| | | | | | o and test whether I can accidentally git push here o because our outdated mirror.readme irritates me | ||||
* | Unlock the wiki | Nicolas Lécureuil | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | Lock down wiki | Thomas Backlund | 2016-12-23 | 1 | -0/+2 |
| | |||||
* | Fix typo (spotted by Neal Gompa) | Pascal Terjan | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | enable rabbit | Thomas Backlund | 2016-12-11 | 1 | -2/+2 |
| | |||||
* | free up rabbit for iso-builders | Thomas Backlund | 2016-12-09 | 1 | -2/+2 |
| | |||||
* | enable rabbit to flush build queue | Thomas Backlund | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | sucuk: temporarily disable xymon config | Thomas Backlund | 2016-12-07 | 1 | -4/+4 |
| |