aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Remove old params fileNicolas Lécureuil2017-04-071-111/+0
|
* Use new params fileNicolas Lécureuil2017-04-072-2/+106
|
* Update localconfigNicolas Lécureuil2017-04-071-47/+65
|
* Let checksetup handle filesNicolas Lécureuil2017-04-071-1/+0
|
* Fix file permNicolas Lécureuil2017-04-071-1/+1
|
* Fix dev nameNicolas Lécureuil2017-04-071-3/+3
|
* Fix apache fileNicolas Lécureuil2017-04-071-13/+4
|
* Add default packagesNicolas Lécureuil2017-04-071-1/+2
|
* Fix params locationNicolas Lécureuil2017-04-071-1/+1
|
* Fix identNicolas Lécureuil2017-04-071-2/+2
|
* Fix localconfig pathNicolas Lécureuil2017-04-071-1/+1
|
* Add bugzilla depsNicolas Lécureuil2017-04-071-1/+9
|
* Fix bugzilla dev moduleNicolas Lécureuil2017-04-071-9/+9
|
* Fix database nameNicolas Lécureuil2017-04-071-1/+1
|
* Add apache::mod::fcgid classNicolas Lécureuil2017-04-061-0/+5
|
* Adapt to new check serverNicolas Lécureuil2017-04-061-2/+2
|
* Adapt to new mediawikiNicolas Lécureuil2017-04-061-1/+1
|
* Adapt to new mediawikiNicolas Lécureuil2017-04-061-6/+4
|
* Change tabs into spacesNicolas Lécureuil2017-04-061-1/+1
|
* Ensure /var/www/youri-check existNicolas Lécureuil2017-04-061-0/+7
|
* 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
|
* 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.