]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Escaping ERB delimiters for dovecot.conf.erb
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 21:47:21 +0000 (18:47 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 8 Aug 2010 21:47:21 +0000 (18:47 -0300)
templates/dovecot/dovecot.conf.erb

index 0da5182a0713733e00da29ff08d198e98a84d0b6..bf23127790044b1617d29ba8389f1b2d9ecdb572 100644 (file)
@@ -181,10 +181,10 @@ ssl_key_file = /etc/ssl/private/cert.pem
 # Space-separated list of elements we want to log. The elements which have
 # a non-empty variable value are joined together to form a comma-separated
 # string.
-#login_log_format_elements = user=<%u> method=%m rip=%r lip=%l %c
+#login_log_format_elements = user=<%%u> method=%m rip=%r lip=%l %c
 
 # Dont log user IPs
-login_log_format_elements = user=<%u> method=%m %c
+login_log_format_elements = user=<%%u> method=%m %c
 
 # Login log format. %$ contains login_log_format_elements string, %s contains
 # the data we want to log.