aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
Commit message (Collapse)AuthorAgeFilesLines
* - add the public_restricted_list, as asked by rdaMichael Scherer2011-03-221-0/+15
|
* - add a option to be able to let people subscribe a closedMichael Scherer2011-03-221-1/+2
| | | | | list, to make the subscription automatic for a ldap group, and let others join the fun
* - use the new type for remote database declarationMichael Scherer2011-03-081-3/+2
|
* use vhost_base instead of vhost_other_appNicolas Vigier2011-03-021-7/+3
|
* fix scenari for restricted list ( so now, it should likely work forMichael Scherer2011-01-091-3/+4
| | | | reports and commits )
* - disable list creation request by the web interface, as this would bypass ↵Michael Scherer2011-01-071-0/+9
| | | | | | puppet completly
* - add topics to sympa mailling listMichael Scherer2011-01-061-0/+8
|
* restart sympa when a list configuration is changedMichael Scherer2010-12-171-0/+1
|
* - allow to set the topic of the list ( useful to sort them on interfaceMichael Scherer2010-12-171-8/+9
| | | | )
* add topics.conf, to manage topics of ml ( and how they appear in the webMichael Scherer2010-12-171-0/+8
| | | | page )
* - remove files that are not managed by puppet, or that no longer existMichael Scherer2010-12-161-0/+3
| | | | in sympa directory, to avoid them interfering in the future
* uniformisation of the name of variable used for password, so we know if this ↵Michael Scherer2010-12-151-3/+3
| | | | is ldap or postgresql at the first glance
* add missing scenariMichael Scherer2010-12-141-0/+8
|
* do not use @ in filename, this confuse sympa ( and so, replace it byMichael Scherer2010-12-141-2/+8
| | | | -at- )
* fix filename to match the one use in other config fileMichael Scherer2010-12-141-2/+2
|
* fix the filename as used in scenariMichael Scherer2010-12-141-1/+1
|
* fix name of sysadmin groupMichael Scherer2010-12-141-1/+1
|
* adjust the name of the file, so sympa do not complaint in syslog aboutMichael Scherer2010-12-141-1/+1
| | | | missing file
* oups, fix name of the parameterMichael Scherer2010-12-141-1/+1
|
* fix ordering, if a list was partially removed manuallyMichael Scherer2010-12-141-2/+2
|
* add scenario_sender_ldap_group and scenario_sender_mailMichael Scherer2010-12-131-3/+14
|
* create the scenari for subscription ( web only )Michael Scherer2010-12-131-2/+9
|
* - move file to subdirectory, easier to understand what's going onMichael Scherer2010-12-131-2/+2
|
* add the different type of list that we can have and useMichael Scherer2010-12-131-0/+101
|
* add support for sender_ldap_group, sender_email and subscriber_ldap_groupMichael Scherer2010-12-131-0/+28
|
* manage configuration of the list after creating the listMichael Scherer2010-12-131-2/+18
|
* ldap_search_filter will be defined later in a more dynamic fashionMichael Scherer2010-12-131-1/+0
|
* create directory to hold scenariMichael Scherer2010-12-131-0/+1
|
* add support for ldap search filter, to be used in sympa scenari for filteringMichael Scherer2010-12-101-1/+15
|
* - add 2 datasources for owner and moderation, to have the defined inMichael Scherer2010-12-101-1/+16
| | | | ldap
* - restart web interface ( and so apache ) when the authentication is Michael Scherer2010-12-091-1/+2
| | | | | changed ( due to fast cgi persistence )
* - add missing directoryMichael Scherer2010-12-091-0/+9
|
* restart sympa if the configuration is changedMichael Scherer2010-12-091-1/+1
|
* - use a variable for the robot and http vhost ( and force https in wwwMichael Scherer2010-12-091-5/+11
| | | | sympa config too )
* use ssl for mailling list interface, as password are involved ( a more ↵Michael Scherer2010-12-091-2/+9
| | | | selective approach should be used later )
* add a mailling list typeMichael Scherer2010-12-091-0/+16
|
* add a directory to hold xml config filesMichael Scherer2010-12-091-0/+7
|
* - move everything in a subclassMichael Scherer2010-12-091-61/+62
|
* - add a svn snapshot for templatesMichael Scherer2010-12-091-1/+3
|
* add a sympa service, even if it would be better to add the 5 scriptsMichael Scherer2010-12-091-0/+8
| | | | separatly
* - more meaningful nameMichael Scherer2010-12-071-1/+1
|
* add perl-Socket6 for ipv6 support, since sympa-www spew error in error_log ↵Michael Scherer2010-12-071-1/+4
| | | | without it
* - add perl-CGI-Fast, since it is required by sympa-www for fastcgiMichael Scherer2010-12-071-2/+3
|
* - create sympa user & dbMichael Scherer2010-12-071-2/+14
|
* - add default password of x, so manifests do not fail on test vmsMichael Scherer2010-11-221-2/+2
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-201-3/+5
| | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others
* rename vhost template filenameNicolas Vigier2010-11-181-1/+1
|
* We do not need those 2 files as we will not handle the alias in the ldapDexter Morgan2010-11-181-15/+0
|
* add vhost and webapp conf filesNicolas Vigier2010-11-181-0/+9
|
* continue sympa config.Dexter Morgan2010-11-101-0/+16
| | | | | ldap_alias_entry.tt2 need to be fixed when the mail server will be ON.