aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* fix client on all servers except valstarMichael Scherer2012-02-122-1/+1
|
* fix again the inheritance for puppetMichael Scherer2012-02-112-6/+4
|
* fix error due to last change ( ie, we need to have proper inheritance in ↵Michael Scherer2012-02-113-4/+7
| | | | place for subclassing )
* split puppet.conf template file, and reorganize the module so we don't ↵Michael Scherer2012-02-106-42/+51
| | | | install rails on every client
* split stored_config in a separate class, and refactor the configuration.Michael Scherer2012-02-105-6/+43
| | | | | This will ease a switch to postgresql once I found how to solve the issues of bootstrapping it ( for automated reinstallation )
* make sure we no longer need to fizzle with /etc/hosts for reverse proxyMichael Scherer2012-02-101-0/+1
|
* fix the location to be the same for both puppetq and puppetmasterMichael Scherer2012-02-091-2/+4
| | | | ( especially since default one is unsuitable due to permission issue )
* use the default path shared with puppetqueueMichael Scherer2012-02-091-1/+0
|
* make puppet-lint happier ( but still some issue ) on sudo moduleMichael Scherer2012-02-091-7/+7
|
* make puppet-lint happyMichael Scherer2012-02-091-3/+3
|
* clean and make puppet-lint happy on amavis moduleMichael Scherer2012-02-091-8/+6
|
* make it puppet-lint compliant, and use proper scoping for puppet 2.8Michael Scherer2012-02-091-11/+12
| | | | migration ( ie, use $::foo instead of $foo for facts )
* make puppet-lint happier, and use short form option for puppet invocationMichael Scherer2012-02-091-13/+11
|
* make puppet-lint silent on queue.ppMichael Scherer2012-02-091-2/+2
|
* add require on ruby-stomp ( needed for puppetqd )Michael Scherer2012-02-091-1/+5
|
* split puppet::master in a separate file, reindent itMichael Scherer2012-02-092-37/+38
| | | | and add a include for puppet::queue since that's needed
* add a puppet::queue manifest, to start the daemon in charge of queing ↵Michael Scherer2012-02-091-0/+9
| | | | database access
* split puppet::clinet in a separate fileMichael Scherer2012-02-092-23/+24
|
* use a stompserver ( since otherwise, database can be locked for quite a long ↵Michael Scherer2012-02-091-0/+4
| | | | time )
* add stompserver moduleMichael Scherer2012-02-091-0/+7
|
* clean now we no longer use mandriva on puppet masterMichael Scherer2012-02-091-7/+2
|
* clean service from old and wrong configurationMichael Scherer2012-02-091-2/+0
|
* do not inherit, better to include puppet::clientMichael Scherer2012-02-091-1/+2
|
* Specify public address of forums in forums URL checkBuchan Milne2012-02-091-1/+1
|
* remove task-bs-cluster-chroot from packages to install on build nodesNicolas Vigier2012-02-081-1/+1
|
* add mgasoft-publish cronNicolas Vigier2012-02-061-0/+6
|
* update svn_soft_publish urlNicolas Vigier2012-02-061-1/+1
|
* fix anonymous svn urlNicolas Vigier2012-02-061-1/+1
|
* fix typoNicolas Vigier2012-02-051-1/+1
|
* add mgasoft moduleNicolas Vigier2012-02-052-0/+43
|
* allow having no cron to update subversion snapshotNicolas Vigier2012-02-051-6/+8
|
* enable second buildbot on ecosseThomas Backlund2012-02-051-3/+2
|
* do not modify shared variable, cause nasty side effectMichael Scherer2012-02-022-4/+4
|
* fix string interpolation, that broke identity ( due to restart of apache )Michael Scherer2012-02-021-2/+2
|
* Disable build systemPascal Terjan2012-02-011-5/+5
|
* small cleanup in mediawiki moduleMichael Scherer2012-01-291-7/+1
|
* use gd rather than convert, see #3202 ( in short, imagemagick do not work on ↵Michael Scherer2012-01-291-2/+4
| | | | some images )
* do not use start tls on ldaps connection, as this produce a tracebackMichael Scherer2012-01-281-1/+2
|
* add non regression testing to facter ( just to have someMichael Scherer2012-01-253-0/+73
| | | | examples in place )
* remove extranous ''Michael Scherer2012-01-232-2/+2
|
* use get_ldap_servers() instead of hardcoding the serversMichael Scherer2012-01-223-2/+8
|
* icorrect blacklisted email is MAILER-DAEMON, with NMichael Scherer2012-01-221-1/+1
|
* use string interpolation, and set ldap to ldap-master rather than "ldap"Michael Scherer2012-01-221-2/+2
|
* fix function callMichael Scherer2012-01-221-1/+1
|
* do not use test for nothing, better use creates ( one less fork )Michael Scherer2012-01-221-1/+1
|
* make ii run as nobodyMichael Scherer2012-01-221-0/+5
|
* iuse the new get_ldap_servers to get the list of all ldap serversMichael Scherer2012-01-222-1/+5
|
* do not join directly in the function, some consumers of the information ↵Michael Scherer2012-01-221-1/+1
| | | | requires specific changes
* add the function get_ldap_servers to get all ldap servers ( andMichael Scherer2012-01-222-0/+21
| | | | so to automatically add any slave we add later )
* create /distrib/bootstrap, or bootstrapping BS failMichael Scherer2012-01-221-0/+4
|