aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* add defaults values for user created by puppet, to remove duplicationMichael Scherer2012-01-086-15/+0
|
* some more cleaning in dahsboard moduleMichael Scherer2012-01-081-10/+1
|
* some cleaningMichael Scherer2012-01-081-8/+3
|
* cleaning, refactoring and removal of default already set elsewhereMichael Scherer2012-01-084-37/+20
|
* fix error in the path ( ie, no 's' )Michael Scherer2012-01-085-0/+0
|
* split binrepos in its own fileMichael Scherer2012-01-086-38/+41
|
* refactoring and removing values already set by defaultMichael Scherer2012-01-081-14/+3
|
* no need for a variable since this is used only once in a scriptMichael Scherer2012-01-082-3/+1
|
* removed unused scriptMichael Scherer2012-01-081-25/+0
|
* fix typo causing puppet no longer being usableMichael Scherer2012-01-081-2/+2
|
* move iurt config in a subdirectoryMichael Scherer2012-01-085-2/+2
|
* fix undefined user in youri configMichael Scherer2012-01-081-1/+1
|
* split iurt in a submoduleMichael Scherer2012-01-082-43/+46
|
* do not let the configuration of iurt to be writable by itselfMichael Scherer2012-01-081-2/+0
| | | | | ( since that's useless, and could cause trouble ( especially since the configuration is executed by iurt and others )
* refactor local_script declarationMichael Scherer2012-01-081-6/+3
|
* do not use a prefix for the variable ( not needed since we placed it in its ↵Michael Scherer2012-01-081-5/+5
| | | | own submobule )
* remove values already set by defaultMichael Scherer2012-01-081-2/+0
|
* move variable near the only file that use it, ease future refactoringMichael Scherer2012-01-081-1/+1
|
* remove unused variableMichael Scherer2012-01-081-1/+0
|
* refactoring local_script declarationMichael Scherer2012-01-081-6/+3
|
* refactor iurt_config declarationMichael Scherer2012-01-081-3/+1
|
* more refactoringMichael Scherer2012-01-081-14/+6
|
* add some more cleaningMichael Scherer2012-01-081-7/+1
|
* fix previous refactoring, with s/,/;/Michael Scherer2012-01-081-6/+6
|
* merge ssh::auth::server declarationMichael Scherer2012-01-081-2/+2
|
* refactor media.cfg declarationMichael Scherer2012-01-081-14/+9
|
* merge the 2 declarations of local_scriptMichael Scherer2012-01-081-4/+1
|
* merge the 2 declarations of directory ( ordering is automatic )Michael Scherer2012-01-081-6/+1
|
* more refactoring, and some documentationMichael Scherer2012-01-081-37/+13
|
* remove redundant declarationMichael Scherer2012-01-081-8/+1
|
* simplify the manifests, by removing redundant declarationMichael Scherer2012-01-081-6/+2
|
* run the dispatch job every minutes, ( ie, no need to wait 1 minute for nothing )Michael Scherer2012-01-081-1/+1
|
* small refactoring of binrepos moduleMichael Scherer2012-01-081-27/+10
|
* add the missing script to sign packages ( was before unversionned in /usr/bin )Michael Scherer2012-01-084-3/+37
|
* do not prefix login with signbot_, clearer this wayMichael Scherer2012-01-082-6/+6
|
* do not prefix variable with sign_, no longer needed, and various cleaningMichael Scherer2012-01-082-5/+3
| | | | due to values already set by default
* clean default valuesMichael Scherer2012-01-081-3/+1
|
* remove value already set by defaultsMichael Scherer2012-01-081-3/+0
|
* use cp instead of mv, since mv would requires to be able to write in ↵Michael Scherer2012-01-081-1/+1
| | | | | | /var/www/bs/data, and since permission are set to 755, this doesn't work.
* slightly simplify the module, by dropping 1 variable and using local_scriptMichael Scherer2012-01-081-3/+1
|
* use the new local_script type to deploy mgacreatehomeMichael Scherer2012-01-081-7/+2
|
* fix '(warning): Unrecognised escape sequence '\:' in file ↵Thomas Backlund2012-01-081-1/+1
| | | | /etc/puppet/modules/auto_installation/manifests/init.pp at line 119'
* move maintdb templates in a subdirectoryMichael Scherer2012-01-085-4/+4
|
* rename maintdb, to be able to create a subdirectory to hold the templateMichael Scherer2012-01-082-1/+1
|
* move 'include buildsystem::signbot' before 'include youri_submit' to 'fix ↵Thomas Backlund2012-01-081-1/+1
| | | | class buildsystem::signbot has not been evaluated'
* set group too for iurt & coThomas Backlund2012-01-081-0/+1
|
* remove values already set by defaultMichael Scherer2012-01-081-6/+0
|
* /usr/local/ is handled by filesystem rpmMichael Scherer2012-01-081-7/+0
|
* fixing the default owner of file broke this define, since the user is not ↵Michael Scherer2012-01-081-0/+1
| | | | explicitely defined, and was set when the user is created
* reapply commit 2142, since it was not the problem in the endMichael Scherer2012-01-084-3/+3
|