aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* openssh: Fix writing ssh public keys, with new ldap secret locationOlivier Blin2016-02-212-5/+40
| | | | ldap secret is now stored in the bindpw field of /etc/nslcd.conf
* Allow members of mga-sysadmin to log in via sshDan Fandrich2016-02-191-1/+1
| | | | | This only works on hosts where users' ssh keys are copied, namely those including openssh::ssh_keys_from_ldap
* remove more valstar configsThomas Backlund2016-02-093-3/+3
|
* fix puppet queueOlivier Blin2016-02-081-1/+1
|
* stop rewriting pg_hba.conf as we are moving to mariadbThomas Backlund2016-02-081-3/+4
|
* openssh: do not force command for git userOlivier Blin2016-02-071-1/+2
| | | | | The "gitolite <username>" is already set in /var/lib/git/.ssh/authorized_keys, and we do not want to override it.
* openssh: fix forcing sv_membersh commandOlivier Blin2016-02-071-1/+1
| | | | | | | | | | The following rule did not work as intended: Match User !schedbot User !root This one does (with a leading wildcard): Match User *,!schedbot,!root See http://superuser.com/questions/952235/why-arent-my-negative-matches-working
* sympa: fix incorrect default sender email for private listsOlivier Blin2016-02-071-1/+1
| | | | | | | | | | Other it failed with ruby >= 1.9, trying to iterate on a string by mistake: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template sympa/scenari/sender.restricted: Filepath: /etc/puppet/modules/sympa/templates/scenari/sender.restricted Line: 7 Detail: undefined method `each' for "":String at /etc/puppet/modules/sympa/manifests/scenario/sender_restricted.pp:7 on node alamut.mageia.org
* Force sv_membersh.pl in ssh on duvelPascal Terjan2016-02-071-0/+4
| | | | | That way we don't need to have it as default shell for everyone on the machine It should probably not hardcode duvel though
* fix up bugzilla ldap/pgsql_password variable lookupThomas Backlund2016-02-075-5/+5
|
* fix bugzilla extension_location variable lookupThomas Backlund2016-02-071-2/+2
|
* fix catdap ldap_password variable lookupThomas Backlund2016-02-071-2/+2
|
* fix looking up public_isos variableThomas Backlund2016-02-071-1/+1
|
* fix iurt gnuradio changeThomas Backlund2016-02-071-2/+2
|
* duvel is ldap tooThomas Backlund2016-02-071-1/+1
|
* Make vhost_base compatible with Apache 2.4Pascal Terjan2016-02-071-1/+6
|
* Also switch to Apache 2.4 auth config for pkgsubmitPascal Terjan2016-02-071-2/+2
|
* sv_membersh: allow gitolite-shell (and enable on duvel)Olivier Blin2016-02-072-4/+5
|
* sv_membersh: fix error message regarding argumentsOlivier Blin2016-02-071-1/+1
|
* Switch to Apache 2.4 auth config for repository vhostPascal Terjan2016-02-072-9/+21
|
* Get group members from getent instead of /etc/groupPascal Terjan2016-02-071-2/+6
|
* puppet: move rails comment where appropriateOlivier Blin2016-02-071-1/+1
|
* remove comment description for users handled in ldapOlivier Blin2016-02-079-9/+1
| | | | | | git/softwarekey/binrepo/iurt/maintdb/schedbot/signbot/mga-advisories/mgasoft/mirror puppet uses usermod which does not handle ldap.
* update xymon config for duvelThomas Backlund2016-02-051-1/+1
|
* Add an arm build nodePascal Terjan2016-02-051-0/+1
|
* iurt: use a larger timeout for gnuradioOlivier Blin2016-02-031-0/+1
| | | | | | Default is not enough to pass tests on ARM. Reported-by: barjac
* add duvel nodeOlivier Blin2016-01-311-0/+1
| | | | | | | This is a new server that will be used to replace valstar as main node. It is hosted in the IELO datacenter (Marseille). Name chosen by Dan Fandrich at FOSDEM 2016
* xymon: add Scaleway nodes (armorique and armagnac)Olivier Blin2016-01-171-0/+4
|
* xymon: fix client config file to use XYMONSERVERS for Mageia >= 5Olivier Blin2016-01-061-0/+4
|
* iurt: Use a larger timeout for llvm (default is not enough on ARM)Olivier Blin2015-12-071-0/+1
|
* Revert commit 8822d1c7be9cfe2783f886922a778410bacd93cc as it breaks login ↵Nicolas Lécureuil2015-11-301-1/+1
| | | | for non root like our iso maker team
* buildsystem: stop using include in DSL files to avoid error on Mageia 5topic/mageia5Olivier Blin2015-11-304-6/+3
| | | | | | include is not support from DSL files in puppet 3.6 Note: DSL support is deprecated in 3.x and completely removed in 4.x
* buildsystem: fix youri host.conf template to use an array as well for src nodeOlivier Blin2015-11-301-1/+1
| | | | | Otherwise it failed on Mageia 5 with: Detail: undefined method `sort' for "valstar":String
* apache: use proper conf.d dir on Mageia >= 2Olivier Blin2015-11-306-8/+14
|
* apache: rename ssl.conf as ssl_vhost.confOlivier Blin2015-11-302-2/+2
| | | | Not to conflict with packaged file from Mageia >= 3
* xymon: use xymon service name instead of xymon-client on Mageia >= 5Olivier Blin2015-11-301-2/+8
|
* pam: use nss-pam-ldapd on Mageia >= 2Olivier Blin2015-11-301-1/+7
| | | | As detected by tmb on new valstar
* openldap: load back_bdb module on Mageia >= 4Olivier Blin2015-11-301-0/+3
| | | | As detected by tmb on new valstar
* openldap: enable TLS_CACERTThomas Backlund2015-11-301-1/+1
|
* hiera: make config file workOlivier Blin2015-11-301-7/+7
|
* openldap: use slapd service instead of ldap on Mageia >= 4Olivier Blin2015-11-304-5/+16
| | | | As detected by tmb on new valstar
* facter lib_dir: remove trailing slashOlivier Blin2015-11-302-4/+4
| | | | Partly done by tmb
* puppet: do not install ruby-hiera-puppet from Mageia >= 4Olivier Blin2015-11-301-6/+12
| | | | | Only install it for older distros with puppet 2.7, since, since hiera has been integrated from puppet 3 (Mageia 4).
* postfix: update smtpd_banner for MageiaThomas Backlund2015-11-301-1/+1
|
* puppet: Use puppet agent instead of puppetd in cronOlivier Blin2015-11-301-1/+1
| | | | puppetd is not available on Mageia 5.
* iurt: Enlarge your timeout (x 2) on ARMOlivier Blin2015-11-302-2/+3
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-302-7/+14
|
* Remove some false positivesPascal Terjan2015-11-091-0/+2
|
* Run youri-check agains armv5tlPascal Terjan2015-11-071-0/+15
|
* Revert lint fix on sympa auth.conf to get back login fields (mga#17009)Olivier Blin2015-11-071-0/+1
| | | | | | | | | | | | sympa does not seem to parse auth.conf properly if there is no extra newline at the end of file. Matching code in /usr/share/sympa/lib/Conf.pm: }elsif (/^\s*(ldap|cas|user_table|generic_sso)\s*$/io) { $current_paragraph->{'auth_type'} = lc($1); perlre man page says the following about the /o modifier in regexps: o - pretend to optimize your code, but actually introduce bugs