aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* add repoctl classNicolas Vigier2012-04-052-0/+44
|
* add config class for buildsystemNicolas Vigier2012-04-051-0/+10
|
* Add some extra safetyPascal Terjan2012-04-051-5/+8
|
* Do not remove old packages immediately after they appeared in orphansPascal Terjan2012-04-051-0/+1
|
* add Local Community topicNicolas Vigier2012-04-051-0/+3
|
* fix manifestsMichael Scherer2012-04-021-0/+1
|
* fix dependencyMichael Scherer2012-04-021-1/+1
|
* add explicit variable for the directory holding pubkeysMichael Scherer2012-04-021-0/+2
|
* no need to have the web directory owned by planet nor apache, nor to have ↵Michael Scherer2012-04-021-5/+0
| | | | index.php as +x
* fix some puppet-lint warningMichael Scherer2012-04-021-17/+17
|
* simplify and clean the dashboard module from puppet-lint errorsMichael Scherer2012-04-021-43/+39
|
* fix the name of the keyMichael Scherer2012-04-021-1/+1
|
* split vhost_catalyst_app in a separate fileMichael Scherer2012-04-025-13/+17
|
* move the others files in subdirectoryMichael Scherer2012-04-024-2/+2
|
* move the template into a subdirectory ( cleaner )Michael Scherer2012-04-022-1/+1
|
* split apache::reverse_proxy in a separate fileMichael Scherer2012-04-022-11/+10
|
* split a module pubkeys_directory, so we can include it from symlink_user and ↵Michael Scherer2012-04-023-16/+20
| | | | make sure everything is correctly declared
* split ssh_keys_from_ldap in a different fileMichael Scherer2012-04-022-47/+46
|
* finish to clean sympa moduleMichael Scherer2012-04-022-97/+97
|
* split variable from main sympa moduleMichael Scherer2012-04-022-4/+3
|
* disable transaction middleware, https://bugs.mageia.org/show_bug.cgi?id=4499#c19Michael Scherer2012-03-271-1/+1
|
* fix module callMichael Scherer2012-03-251-1/+1
|
* fix module invaocation after splitMichael Scherer2012-03-252-2/+2
|
* split 2 more vhost classMichael Scherer2012-03-253-25/+28
|
* fix syntax, and properly indent the fileMichael Scherer2012-03-251-31/+31
|
* split vhost_wsgi in a separate fileMichael Scherer2012-03-252-9/+10
|
* fix vhost invocation on several module, was missed by last commit, and add ↵Michael Scherer2012-03-2516-21/+21
| | | | the one for redirect_ssl
* split redirect_ssl in a separate fileMichael Scherer2012-03-252-7/+6
|
* split apache::vhost_base in apache::vhost::base ( in a subdirecotry, to not ↵Michael Scherer2012-03-252-57/+57
| | | | have too much file on manifests/
* split apache::base in a separate fileMichael Scherer2012-03-252-37/+35
|
* split webapp_other in a separate fileMichael Scherer2012-03-252-7/+7
|
* split mod_wsgi in a separate fileMichael Scherer2012-03-252-15/+15
|
* use the new name for mod_php moduleMichael Scherer2012-03-254-4/+4
|
* add forgotten module renameMichael Scherer2012-03-252-2/+2
|
* split mod_php in a separate fileMichael Scherer2012-03-252-10/+10
|
* split some others modules in separate fileMichael Scherer2012-03-2510-31/+32
|
* fix usage of mod::ssl on other manifestsMichael Scherer2012-03-252-2/+2
|
* split mod_ssl in a separate file ( and directory to not clutter toplevel )Michael Scherer2012-03-252-20/+20
|
* split and clean the django_application moduleMichael Scherer2012-03-244-31/+41
|
* Remove duplicate mydestinationPascal Terjan2012-03-221-1/+0
|
* Update main.cf for new classesPascal Terjan2012-03-221-4/+4
|
* add a define for portforwarding with xinetdMichael Scherer2012-03-222-0/+24
|
* clean postfix module, rework the layout and split it in several fileMichael Scherer2012-03-225-65/+63
|
* split svn_repository in a separate fileMichael Scherer2012-03-222-38/+36
|
* include git::commonMichael Scherer2012-03-221-0/+1
|
* do not use inheritance, but includeMichael Scherer2012-03-222-2/+5
|
* split more fileMichael Scherer2012-03-224-28/+26
|
* split mirror in a separate fileMichael Scherer2012-03-222-20/+19
|
* Allow ovitters to submit, for GNOMEPascal Terjan2012-03-211-1/+1
|
* limit the number of simultaneous downloads on rsync, so we do not have 15 ↵Michael Scherer2012-03-211-2/+4
| | | | | | | | rsync running when cloudsigma try to download iso ( since this produces xymon alert ). Check with lsof | grep rsync | grep TCP