Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not let the configuration of iurt to be writable by itself | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
| | | | | | ( since that's useless, and could cause trouble ( especially since the configuration is executed by iurt and others ) | ||||
* | refactor local_script declaration | Michael Scherer | 2012-01-08 | 1 | -6/+3 |
| | |||||
* | do not use a prefix for the variable ( not needed since we placed it in its ↵ | Michael Scherer | 2012-01-08 | 1 | -5/+5 |
| | | | | own submobule ) | ||||
* | remove values already set by default | Michael Scherer | 2012-01-08 | 1 | -2/+0 |
| | |||||
* | move variable near the only file that use it, ease future refactoring | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | remove unused variable | Michael Scherer | 2012-01-08 | 1 | -1/+0 |
| | |||||
* | refactoring local_script declaration | Michael Scherer | 2012-01-08 | 1 | -6/+3 |
| | |||||
* | refactor iurt_config declaration | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | more refactoring | Michael Scherer | 2012-01-08 | 1 | -14/+6 |
| | |||||
* | add some more cleaning | Michael Scherer | 2012-01-08 | 1 | -7/+1 |
| | |||||
* | fix previous refactoring, with s/,/;/ | Michael Scherer | 2012-01-08 | 1 | -6/+6 |
| | |||||
* | merge ssh::auth::server declaration | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | refactor media.cfg declaration | Michael Scherer | 2012-01-08 | 1 | -14/+9 |
| | |||||
* | merge the 2 declarations of local_script | Michael Scherer | 2012-01-08 | 1 | -4/+1 |
| | |||||
* | merge the 2 declarations of directory ( ordering is automatic ) | Michael Scherer | 2012-01-08 | 1 | -6/+1 |
| | |||||
* | more refactoring, and some documentation | Michael Scherer | 2012-01-08 | 1 | -37/+13 |
| | |||||
* | remove redundant declaration | Michael Scherer | 2012-01-08 | 1 | -8/+1 |
| | |||||
* | simplify the manifests, by removing redundant declaration | Michael Scherer | 2012-01-08 | 1 | -6/+2 |
| | |||||
* | run the dispatch job every minutes, ( ie, no need to wait 1 minute for nothing ) | Michael Scherer | 2012-01-08 | 1 | -1/+1 |
| | |||||
* | small refactoring of binrepos module | Michael Scherer | 2012-01-08 | 1 | -27/+10 |
| | |||||
* | add the missing script to sign packages ( was before unversionned in /usr/bin ) | Michael Scherer | 2012-01-08 | 4 | -3/+37 |
| | |||||
* | do not prefix login with signbot_, clearer this way | Michael Scherer | 2012-01-08 | 2 | -6/+6 |
| | |||||
* | do not prefix variable with sign_, no longer needed, and various cleaning | Michael Scherer | 2012-01-08 | 2 | -5/+3 |
| | | | | due to values already set by default | ||||
* | clean default values | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | remove value already set by defaults | Michael Scherer | 2012-01-08 | 1 | -3/+0 |
| | |||||
* | use cp instead of mv, since mv would requires to be able to write in ↵ | Michael Scherer | 2012-01-08 | 1 | -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_script | Michael Scherer | 2012-01-08 | 1 | -3/+1 |
| | |||||
* | use the new local_script type to deploy mgacreatehome | Michael Scherer | 2012-01-08 | 1 | -7/+2 |
| | |||||
* | add a define for local_script, and set explicitely the default value for | Michael Scherer | 2012-01-08 | 1 | -0/+14 |
| | | | | File ( 644 on file, 755 on directory ) | ||||
* | fix '(warning): Unrecognised escape sequence '\:' in file ↵ | Thomas Backlund | 2012-01-08 | 1 | -1/+1 |
| | | | | /etc/puppet/modules/auto_installation/manifests/init.pp at line 119' | ||||
* | move maintdb templates in a subdirectory | Michael Scherer | 2012-01-08 | 5 | -4/+4 |
| | |||||
* | fix 'Could not look up qualified variable ↵ | Thomas Backlund | 2012-01-08 | 1 | -0/+1 |
| | | | | 'auto_installation::variables::pxe_dir'; class auto_installation::variables has not been evaluated at /etc/puppet/manifests/nodes.pp:261' | ||||
* | rename maintdb, to be able to create a subdirectory to hold the template | Michael Scherer | 2012-01-08 | 2 | -1/+1 |
| | |||||
* | move 'include buildsystem::signbot' before 'include youri_submit' to 'fix ↵ | Thomas Backlund | 2012-01-08 | 1 | -1/+1 |
| | | | | class buildsystem::signbot has not been evaluated' | ||||
* | set group too for iurt & co | Thomas Backlund | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | remove values already set by default | Michael Scherer | 2012-01-08 | 1 | -6/+0 |
| | |||||
* | /usr/local/ is handled by filesystem rpm | Michael Scherer | 2012-01-08 | 1 | -7/+0 |
| | |||||
* | fixing the default owner of file broke this define, since the user is not ↵ | Michael Scherer | 2012-01-08 | 1 | -0/+1 |
| | | | | explicitely defined, and was set when the user is created | ||||
* | reapply commit 2142, since it was not the problem in the end | Michael Scherer | 2012-01-08 | 4 | -3/+3 |
| | |||||
* | fix variable that were not correctly renamed | Michael Scherer | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | revert commit 2140 ( since this does not work as i expected after reading ↵ | Michael Scherer | 2012-01-08 | 4 | -3/+3 |
| | | | | source code ) | ||||
* | add the missing cronjob of schedbot, since it was somehow removed | Michael Scherer | 2012-01-07 | 1 | -0/+6 |
| | | | | | from valstar, thus blocking the BS ( should have been added sooner, and it may have been removed as side effect of one of my refactoring ) | ||||
* | oops, fix missing rename of variable for templates | Michael Scherer | 2012-01-07 | 4 | -6/+6 |
| | |||||
* | put signbot templates file in a subdirectory ( cleaner to not have | Michael Scherer | 2012-01-07 | 4 | -3/+3 |
| | | | | everything in one directory ) | ||||
* | stip maintdb_ prefix from variable, since we no longer need it, | Michael Scherer | 2012-01-07 | 1 | -29/+21 |
| | | | | | since there is no global variables from base as we longer inherit from it | ||||
* | no longer inherit from base ( not needed ) | Michael Scherer | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | split maintdb in a separate class, and clean it a little bit | Michael Scherer | 2012-01-07 | 4 | -77/+74 |
| | |||||
* | defaults are now set for all classes in defaults.pp | Michael Scherer | 2012-01-07 | 1 | -6/+0 |
| | |||||
* | use fully qualified name for the variable | Michael Scherer | 2012-01-07 | 1 | -3/+3 |
| | |||||
* | explictely set default value for Package and file, thus permitting us | Michael Scherer | 2012-01-07 | 1 | -2/+13 |
| | | | | to remove it from the rest of the manifests |