aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-10-20 12:40:10 +0300
committerThomas Backlund <tmb@mageia.org>2015-10-20 12:40:10 +0300
commite55935369e1efd699090a8e667762a4e2d29ad1b (patch)
tree582a1f44931216dba3e449096f75a99d479438a2 /modules/sympa/templates
parent0a6040cf1f06a9782528dfe5a39732c9249cf8a7 (diff)
downloadpuppet-e55935369e1efd699090a8e667762a4e2d29ad1b.tar
puppet-e55935369e1efd699090a8e667762a4e2d29ad1b.tar.gz
puppet-e55935369e1efd699090a8e667762a4e2d29ad1b.tar.bz2
puppet-e55935369e1efd699090a8e667762a4e2d29ad1b.tar.xz
puppet-e55935369e1efd699090a8e667762a4e2d29ad1b.zip
lint fixes for sympa
Diffstat (limited to 'modules/sympa/templates')
-rw-r--r--modules/sympa/templates/auth.conf1
-rw-r--r--modules/sympa/templates/data_sources/ldap_group.incl1
-rw-r--r--modules/sympa/templates/scenari/sender.restricted1
-rw-r--r--modules/sympa/templates/vhost_ml.conf3
4 files changed, 1 insertions, 5 deletions
diff --git a/modules/sympa/templates/auth.conf b/modules/sympa/templates/auth.conf
index af998b68..54af2fc5 100644
--- a/modules/sympa/templates/auth.conf
+++ b/modules/sympa/templates/auth.conf
@@ -10,4 +10,3 @@ ldap
bind_dn cn=sympa-<%= hostname %>,ou=System Accounts,<%= dc_suffix %>
bind_password <%= ldap_password %>
authentication_info_url <%= authentication_info_url %>
-
diff --git a/modules/sympa/templates/data_sources/ldap_group.incl b/modules/sympa/templates/data_sources/ldap_group.incl
index 4517fe26..daded0ff 100644
--- a/modules/sympa/templates/data_sources/ldap_group.incl
+++ b/modules/sympa/templates/data_sources/ldap_group.incl
@@ -13,4 +13,3 @@ include_ldap_2level_query
filter2 (objectClass=inetOrgPerson)
attrs2 mail
select2 first
-
diff --git a/modules/sympa/templates/scenari/sender.restricted b/modules/sympa/templates/scenari/sender.restricted
index 05700587..66139e6c 100644
--- a/modules/sympa/templates/scenari/sender.restricted
+++ b/modules/sympa/templates/scenari/sender.restricted
@@ -15,4 +15,3 @@ is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
true() smime,md5 -> do_it
<%- end -%>
true() smtp,md5,smime -> reject(reason='send_subscriber')
-
diff --git a/modules/sympa/templates/vhost_ml.conf b/modules/sympa/templates/vhost_ml.conf
index ad6b4400..ab03b919 100644
--- a/modules/sympa/templates/vhost_ml.conf
+++ b/modules/sympa/templates/vhost_ml.conf
@@ -2,7 +2,7 @@
RewriteRule ^/?$ /l/home [R]
RewriteRule ^/l$ /l/
RewriteRule ^/l/(.*)$ /wwsympa-wrapper.fcgi/$1
-
+
DocumentRoot <%= lib_dir + "/sympa/cgi" %>
Alias /static-sympa /var/lib/sympa/static_content
@@ -11,4 +11,3 @@
Order allow,deny
Allow from all
</Directory>
-