aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bugzilla pathNicolas Lécureuil2017-04-061-2/+2
|
* Port to new apacheNicolas Lécureuil2017-04-061-2/+37
|
* Fix pathNicolas Lécureuil2017-04-061-1/+1
|
* Use bugs userNicolas Lécureuil2017-04-061-1/+1
|
* use new pg domain nameNicolas Lécureuil2017-04-061-1/+1
|
* Add pg dns entryNicolas Lécureuil2017-04-061-1/+2
|
* 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-062-3/+3
|
* Update dns for checkNicolas Lécureuil2017-04-051-2/+2
|
* Move check on sucukNicolas Lécureuil2017-04-051-1/+19
|
* Update serialNicolas Lécureuil2017-04-051-1/+1
|
* web services are not on alamut anymoreNicolas Lécureuil2017-04-051-3/+0
|
* Move web www to sucukNicolas Lécureuil2017-04-051-2/+2
|
* Add websites::perl to sucukNicolas Lécureuil2017-04-051-1/+2
|
* Move web nav to sucukNicolas Lécureuil2017-04-051-2/+2
|
* Fix database nameNicolas Lécureuil2017-03-291-1/+1
|
* Add bugs-dev nameNicolas Lécureuil2017-03-231-0/+2
|
* 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
|
* Install bugzilla-dev on sucukNicolas Lécureuil2017-03-231-0/+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 Python ML descriptionNicolas Lécureuil2017-03-231-1/+1
|
* Add Python MLNicolas Lécureuil2017-03-231-0/+5
|
* Add Php MLNicolas Lécureuil2017-03-231-0/+5
|
* Add perl MLNicolas Lécureuil2017-03-231-0/+5
|
* Add java MLNicolas Lécureuil2017-03-231-0/+5
|
* Update madb IPNicolas Lécureuil2017-03-171-2/+2
|
* 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 add arm32 arch in iurt/upload.confOlivier Blin2017-02-211-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 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-214-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 classOlivier Blin2017-02-211-5/+0
|
* 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).