]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add missing semi-colon
authorMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:21:14 +0000 (11:21 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Sun, 20 Jun 2010 09:21:14 +0000 (11:21 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
templates/syslog-ng.conf.erb

index fffd050ab77cb36e1a1a750e39c7798fb75b470e..086d5095c48d6b2b02db92791139f7e44eed7268 100644 (file)
@@ -459,8 +459,10 @@ destination loghost-heininen {
                     cert_file("/etc/ssl/debian/certs/thishost.crt")
                     ca_dir("/etc/ssl/debian/certs/")
                )
-       )
+       );
 };
+
+
 log {
        source(s_all);
        destination(loghost-heininen);