aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* force some constraint on ssh key in ldap, since several packagers did notMichael Scherer2012-01-211-0/+4
| | | | correctly put their keys today
* better error message when a sync is running, but only show when runMichael Scherer2012-01-201-2/+6
| | | | from command line
* send a message when there is a lock in place preventing uploadMichael Scherer2012-01-201-1/+1
|
* Comment all proprietary antivirus we don't have and accept all mail in ↵Pascal Terjan2012-01-161-103/+104
| | | | primary scanners
* fix yaml config for reportingMichael Scherer2012-01-161-1/+1
|
* remove empty directoryMichael Scherer2012-01-160-0/+0
|
* add ipv6 for gandi vmMichael Scherer2012-01-161-1/+4
|
* also make the redirection work for pipermail, as seen by leuhmanuMichael Scherer2012-01-162-4/+8
|
* split nodes.pp into smaller file, one per serverMichael Scherer2012-01-1610-273/+265
|
* add default config on every serverMichael Scherer2012-01-161-0/+6
|
* fix bind moduleMichael Scherer2012-01-161-2/+2
|
* some cleaning in xinetd moduleMichael Scherer2012-01-161-3/+1
|
* refactoring of some part of the sympa moduleMichael Scherer2012-01-161-16/+11
|
* remove useless +x set on all config fileMichael Scherer2012-01-161-8/+0
|
* add auth.conf and socket.yaml in ignore list, the first one wasMichael Scherer2012-01-160-0/+0
| | | | | | added some months ago and come from default rpm, the 2nd one is for report on irc
* fix default value of requresting sympa rpm for all filesMichael Scherer2012-01-161-6/+5
|
* sympa module cleanupMichael Scherer2012-01-161-47/+4
|
* small cleanup of postgresql moduleMichael Scherer2012-01-161-2/+0
|
* cleanup of postgrey moduleMichael Scherer2012-01-161-2/+0
|
* clean postfix moduleMichael Scherer2012-01-161-4/+2
|
* small cleanup of openldap module serviceMichael Scherer2012-01-161-4/+2
|
* small cleanup of the mysql moduleMichael Scherer2012-01-161-6/+3
|
* clean memcached moduleMichael Scherer2012-01-161-3/+1
|
* cleaning and refactoring of the module libvirtMichael Scherer2012-01-161-20/+3
|
* cleaning of icecream serviceMichael Scherer2012-01-161-6/+2
|
* clean cron moduleMichael Scherer2012-01-161-2/+1
|
* fix the way we overload bind configuration, since previous way wasMichael Scherer2012-01-161-8/+8
| | | | ineffective ( and thus was working by pure chance )
* clean bind serviceMichael Scherer2012-01-161-3/+2
|
* clean service for ntpMichael Scherer2012-01-161-2/+0
|
* remove default value already set elsewhereMichael Scherer2012-01-161-1/+0
|
* fix xymon to not be restarted every time puppet is run, thanks to buchan for ↵Michael Scherer2012-01-161-2/+3
| | | | noticing
* clean openssh serviceMichael Scherer2012-01-161-3/+1
|
* fix xymon-client to not be restarted everytimeMichael Scherer2012-01-161-2/+2
|
* fix yaml file syntaxMichael Scherer2012-01-151-1/+1
|
* use -q by default to not show anything on commitMichael Scherer2012-01-152-2/+2
|
* fix missing template() callMichael Scherer2012-01-151-1/+1
|
* fix another stupid typoMichael Scherer2012-01-151-1/+1
|
* fix stupid typoMichael Scherer2012-01-151-1/+1
|
* do not use inexistant puppet function from $WORKMichael Scherer2012-01-151-2/+2
|
* fix subversion::hookMichael Scherer2012-01-151-3/+3
|
* oups, fix last commitMichael Scherer2012-01-151-7/+7
|
* make commit on admin repository automatically update the checkoutMichael Scherer2012-01-153-0/+11
| | | | in /etc/puppet, so changes are applied faster
* use the new subversion::hook moduleMichael Scherer2012-01-151-8/+4
|
* add a subversion::hook class, to let us specify custom hookMichael Scherer2012-01-151-0/+26
|
* refactoring of svn_mirrorMichael Scherer2012-01-151-15/+5
|
* refactoring of the subversion repositories configurationMichael Scherer2012-01-151-9/+5
|
* fix config for socket/irc reportingMichael Scherer2012-01-151-1/+1
|
* more resilient setup ( and this also avoid the various synchronization problem )Michael Scherer2012-01-151-2/+2
|
* add needed module for the wrapperMichael Scherer2012-01-151-1/+1
|
* add a custom wrapper for running ii, since it doesn't react likeMichael Scherer2012-01-152-4/+20
| | | | | a regular daemon, and doing this with simple shell command is too tedious.