aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* split xymon::server in a separate class tooMichael Scherer2012-02-182-46/+46
|
* do not hardcode lib64 ( since this can be run on 32 bit vm too )Michael Scherer2012-02-181-1/+1
|
* split xymon::client in a separate file, and make it puppet-lint compliantMichael Scherer2012-02-182-18/+17
|
* add proper notify and requires for orderingMichael Scherer2012-02-181-0/+2
|
* Add a FIXME about config info being in mgarepo classPascal Terjan2012-02-181-0/+1
|
* Get config out of create_upload_dir.rbPascal Terjan2012-02-182-24/+19
|
* Start making create_upload_dir more flexiblePascal Terjan2012-02-181-17/+25
|
* properly call the function to get the group membersMichael Scherer2012-02-171-1/+1
|
* fix function call, and make use less temporary variableMichael Scherer2012-02-171-2/+2
|
* use the new group_members functionMichael Scherer2012-02-171-1/+2
|
* add a function to get the members list of a unix group, idea from boklmMichael Scherer2012-02-171-0/+10
|
* allow any server to access to the infra repositoryMichael Scherer2012-02-171-4/+1
|
* Include youri-check::base before using itPascal Terjan2012-02-171-0/+2
|
* Make webdir accessiblePascal Terjan2012-02-171-0/+1
|
* Rename infra_1 media and make it depend from the base mediaPascal Terjan2012-02-163-3/+4
|
* Run youri-check both on 1 and cauldron (this is ugly but currently work)Pascal Terjan2012-02-163-85/+237
|
* split iurtuser in a separate file to please puppet-lintMichael Scherer2012-02-162-11/+12
|
* clean and make puppet-lint happyMichael Scherer2012-02-161-36/+35
|
* manage /etc/openldap/ldap.conf by puppetMichael Scherer2012-02-152-0/+27
|
* clean nscd serviceMichael Scherer2012-02-151-2/+1
|
* Use 1 as base media to create the chrootPascal Terjan2012-02-131-1/+1
|
* Make infra_1 accessible on build nodes even if it is not in mirrorPascal Terjan2012-02-131-0/+9
|
* Deploy infra_1 iurt config on build nodesPascal Terjan2012-02-131-1/+1
|
* Allow submitting to infra_1 from anywherePascal Terjan2012-02-131-0/+1
|
* Fix first typoPascal Terjan2012-02-131-1/+1
|
* First steps to create infra_1 distroPascal Terjan2012-02-135-2/+60
|
* Use a better admin emailPascal Terjan2012-02-131-1/+1
|
* Re-enable build cron (and run ulri before emi to improve uploads grouping)Pascal Terjan2012-02-131-5/+5
|
* fix regexp for matching dsa key ( since it would have been too logical to ↵Michael Scherer2012-02-121-1/+1
| | | | call that dsa key and use ssh-dsa.. )
* add our new serversMichael Scherer2012-02-121-1/+2
|
* 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
|