/[adm]/puppet/modules/sympa/templates
ViewVC logotype

Log of /puppet/modules/sympa/templates

View Directory Listing Directory Listing


Sticky Revision:

Revision 631 - Directory Listing
Modified Wed Dec 15 16:15:46 2010 UTC (13 years, 3 months ago) by misc
- fix again, not a good day for me :/


Revision 624 - Directory Listing
Modified Wed Dec 15 12:24:46 2010 UTC (13 years, 3 months ago) by misc
uniformisation of the name of variable used for password, so we know if this is ldap or postgresql at the first glance

Revision 610 - Directory Listing
Modified Tue Dec 14 18:29:47 2010 UTC (13 years, 3 months ago) by misc
sympa requires to have a least one static owner defined in config

Revision 609 - Directory Listing
Modified Tue Dec 14 18:29:46 2010 UTC (13 years, 3 months ago) by misc
remove option, exist only for owner

Revision 608 - Directory Listing
Modified Tue Dec 14 18:29:45 2010 UTC (13 years, 3 months ago) by misc
fix filename, as this prevent list creation

Revision 607 - Directory Listing
Modified Tue Dec 14 18:29:44 2010 UTC (13 years, 3 months ago) by misc
do not use @ in filename, this confuse sympa ( and so, replace it by
-at- )

Revision 603 - Directory Listing
Modified Tue Dec 14 18:29:39 2010 UTC (13 years, 3 months ago) by misc
fix parameters to work with our ldap

Revision 602 - Directory Listing
Modified Tue Dec 14 18:29:38 2010 UTC (13 years, 3 months ago) by misc
fix name of sysadmin group

Revision 601 - Directory Listing
Modified Tue Dec 14 18:29:37 2010 UTC (13 years, 3 months ago) by misc
use ssl, not plaintext

Revision 600 - Directory Listing
Modified Tue Dec 14 18:29:36 2010 UTC (13 years, 3 months ago) by misc
for sympa like for python, indentation is important ( and new line too )

Revision 599 - Directory Listing
Modified Tue Dec 14 18:29:35 2010 UTC (13 years, 3 months ago) by misc
sympa requires configuration to be separated by a empty line

Revision 597 - Directory Listing
Modified Tue Dec 14 18:29:33 2010 UTC (13 years, 3 months ago) by misc
it seems sympa think that empty line are significant

Revision 596 - Directory Listing
Modified Tue Dec 14 18:29:32 2010 UTC (13 years, 3 months ago) by misc
add 2 missings scenari, one to restrict sender to a specific email,
another one for ldap group

Revision 587 - Directory Listing
Modified Mon Dec 13 23:55:07 2010 UTC (13 years, 3 months ago) by misc
- move file to subdirectory, easier to understand what's going on

Revision 585 - Directory Listing
Modified Mon Dec 13 23:55:04 2010 UTC (13 years, 3 months ago) by misc
- disable authtentication without using ldap

Revision 584 - Directory Listing
Modified Mon Dec 13 23:55:03 2010 UTC (13 years, 3 months ago) by misc
always use the same profile for list creation, since puppet will change the configuration after

Revision 583 - Directory Listing
Modified Mon Dec 13 23:55:02 2010 UTC (13 years, 3 months ago) by misc
pull moderator and owner from ldap ( not really needed as this is managed later by puppet )

Revision 580 - Directory Listing
Modified Mon Dec 13 23:54:58 2010 UTC (13 years, 3 months ago) by misc
manage configuration of the list after creating the list

Revision 577 - Directory Listing
Modified Fri Dec 10 20:52:20 2010 UTC (13 years, 3 months ago) by misc
- add template that I forgot to commit

Revision 576 - Directory Listing
Modified Fri Dec 10 20:17:43 2010 UTC (13 years, 3 months ago) by misc
add support for ldap search filter, to be used in sympa scenari for filtering

Revision 570 - Directory Listing
Modified Thu Dec 9 13:41:59 2010 UTC (13 years, 3 months ago) by misc
- port is not needed, and cause trouble to web interface 
( but since this requires a apache restart, this was not seen
during my test )


Revision 565 - Directory Listing
Modified Thu Dec 9 12:34:32 2010 UTC (13 years, 3 months ago) by misc
simplify the declaration

Revision 562 - Directory Listing
Modified Thu Dec 9 12:34:29 2010 UTC (13 years, 3 months ago) by misc
- use a variable for the robot and http vhost ( and force https in www
  sympa config too )

Revision 561 - Directory Listing
Modified Thu Dec 9 12:34:28 2010 UTC (13 years, 3 months ago) by misc
- use the lib_dir fact

Revision 560 - Directory Listing
Modified Thu Dec 9 12:34:27 2010 UTC (13 years, 3 months ago) by misc
use ssl for mailling list interface, as password are involved ( a more selective approach should be used later )

Revision 557 - Directory Listing
Modified Thu Dec 9 12:34:23 2010 UTC (13 years, 3 months ago) by misc
add a mailling list type

Revision 556 - Directory Listing
Modified Thu Dec 9 12:34:22 2010 UTC (13 years, 3 months ago) by misc
restrict the locale used by sympa for now, as it flood the log otherwise

Revision 554 - Directory Listing
Modified Thu Dec 9 12:34:20 2010 UTC (13 years, 3 months ago) by misc
change default settings, after discussing with mdv maintainer.
the setting of using /var/lib/sympa do not seems good, but may work fine
( except this prevent list called bounce, arc and aliases to be created
, and this prevent simple shell based mailling list enumeration)

Revision 541 - Directory Listing
Modified Tue Dec 7 03:21:31 2010 UTC (13 years, 3 months ago) by misc
- sympa need to use its account to read data from ldap

Revision 539 - Directory Listing
Modified Tue Dec 7 03:21:29 2010 UTC (13 years, 3 months ago) by misc
- fix wrong config file directive ( and also align the last line )

Revision 538 - Directory Listing
Modified Tue Dec 7 02:40:38 2010 UTC (13 years, 3 months ago) by misc
add a alias for static data served by apache

Revision 534 - Directory Listing
Modified Tue Dec 7 02:40:34 2010 UTC (13 years, 3 months ago) by misc
- simplify the cgi path using custom fact

Revision 340 - Directory Listing
Modified Sat Nov 20 11:52:54 2010 UTC (13 years, 4 months ago) by misc
- do not let file with passwords to be world readable 
    ( 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


Revision 335 - Directory Listing
Modified Sat Nov 20 00:16:45 2010 UTC (13 years, 4 months ago) by misc
- also fix the directory ( maybe I should add a facter plugin for this too )


Revision 334 - Directory Listing
Modified Fri Nov 19 23:52:44 2010 UTC (13 years, 4 months ago) by misc
- fix template on 32 bits server

Revision 284 - Directory Listing
Modified Thu Nov 18 17:42:50 2010 UTC (13 years, 4 months ago) by boklm
rename vhost template filename

Revision 283 - Directory Listing
Modified Thu Nov 18 17:22:21 2010 UTC (13 years, 4 months ago) by boklm
Disable alias management, already managed in postfix, and remove unused files

Revision 281 - Directory Listing
Modified Thu Nov 18 16:58:22 2010 UTC (13 years, 4 months ago) by boklm
add vhost and webapp conf files

Revision 271 - Directory Listing
Modified Wed Nov 17 23:50:46 2010 UTC (13 years, 4 months ago) by boklm
domain for mailing lists is ml.mageia.org

Revision 255 - Directory Listing
Modified Mon Nov 15 21:39:24 2010 UTC (13 years, 4 months ago) by dmorgan
Do not hardcode domain


Revision 239 - Directory Listing
Modified Wed Nov 10 17:21:43 2010 UTC (13 years, 4 months ago) by dmorgan
continue sympa config.

ldap_alias_entry.tt2 need to be fixed when the mail server will be ON.


Revision 236 - Directory Listing
Modified Wed Nov 10 15:06:07 2010 UTC (13 years, 4 months ago) by dmorgan
Fix typo

Revision 235 - Directory Listing
Modified Wed Nov 10 14:56:47 2010 UTC (13 years, 4 months ago) by dmorgan
Add ldap template file

Revision 234 - Directory Listing
Added Wed Nov 10 14:34:31 2010 UTC (13 years, 4 months ago) by dmorgan
First commit for sympa module

  ViewVC Help
Powered by ViewVC 1.1.30