projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f157751
)
add missing semi-colon
author
Martin Zobel-Helas
<zobel@debian.org>
Sun, 20 Jun 2010 09:21:14 +0000
(11:21 +0200)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/templates/syslog-ng.conf.erb
b/templates/syslog-ng.conf.erb
index
fffd050
..
086d509
100644
(file)
--- a/
templates/syslog-ng.conf.erb
+++ b/
templates/syslog-ng.conf.erb
@@
-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);