aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* base packages: Fix installing mcelogOlivier Blin2015-11-301-1/+1
| | | | | Puppet variables are immutable: Cannot append, variable package_list is defined in this scope at /etc/puppet/deployment/common/manifests/base_packages.pp:20
* base packages: Fix architecture check for mcelogOlivier Blin2015-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-303-2/+10
|
* iurt: Move build timeout config to puppet fileOlivier Blin2015-11-302-7/+14
|
* mgagit: Allow forced pushes to topic branches for everyone.Colin Guthrie2015-11-261-1/+1
| | | | | | | Well, everyone in the group. topic branches should be a bit more collaborative and we just have to trust people not to abuse this.
* add pkg-bugs mlOlivier Blin2015-11-181-0/+7
|
* enable rabbit nodeThomas Backlund2015-11-111-2/+2
|
* 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
* Youri::Repository::Mageia: Use new get_target_arches() method in ↵Olivier Blin2015-11-021-1/+1
| | | | _get_distribution_paths
* BS config: Add back armv5tl as youri should now really enable it for ↵Olivier Blin2015-11-021-1/+1
| | | | cauldron only
* revert adding armv5tl in youri configOlivier Blin2015-11-011-1/+1
| | | | | | | Youri does not really support having different sets of architectures for each target. It attempts to run actions on armv5tl for stable releases, while it is enabled in cauldron only.
* Expose armv5tl bootstrap as mirror on internal repositoryPascal Terjan2015-11-011-0/+3
|
* revert sympa search_filters changeThomas Backlund2015-11-011-1/+1
|
* add armorique as armv5tl build nodeOlivier Blin2015-11-011-0/+1
|
* fix armv5tl addition, and hardcode the listOlivier Blin2015-11-011-2/+2
| | | | | There is no easy way in puppet to concatenate arrays, besides using the external stdlib module.
* add armv5tl as cauldron arch, but do not make it mandatory for emiOlivier Blin2015-11-011-1/+3
|
* make armorique a build nodeOlivier Blin2015-10-301-0/+2
|
* add armorique nodeOlivier Blin2015-10-294-1/+10
| | | | | | | | This a new ARM server for the buildsystem, managed by Scaleway and hosted in an Iliad/Online datacenter. Name approved by neoclust: https://ml.mageia.org/l/arc/sysadmin-discuss/2015-10/msg00052.html
* also revert youri upload_root changeThomas Backlund2015-10-201-2/+2
|
* fix up maintdb breakageThomas Backlund2015-10-201-1/+1
|
* typo fixThomas Backlund2015-10-201-1/+1
|
* fix up: use part should not be expandedThomas Backlund2015-10-201-1/+1
|
* revert youri changesThomas Backlund2015-10-201-7/+7
|
* puppet parser validation fixesThomas Backlund2015-10-208-4/+10
|
* fix typoThomas Backlund2015-10-201-1/+1
|
* variable enclosing fixesThomas Backlund2015-10-2022-35/+35
|
* use consistent domain referencesThomas Backlund2015-10-2057-139/+140
|
* update copyrightThomas Backlund2015-10-201-1/+1
|
* lint fixes for youri-checkThomas Backlund2015-10-204-54/+51
|
* lint fixes for xinetdThomas Backlund2015-10-203-3/+2
|
* lint fixes for viewvcThomas Backlund2015-10-203-5/+2
|
* lint fixes for transifexThomas Backlund2015-10-202-4/+3
|
* lint fixes for timezoneThomas Backlund2015-10-201-1/+1
|
* lint fixes for testvmThomas Backlund2015-10-201-27/+27
|