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:
a9bd039
)
Fix typo
author
Tollef Fog Heen
<tfheen@err.no>
Mon, 7 Aug 2017 16:32:17 +0000
(18:32 +0200)
committer
Tollef Fog Heen
<tfheen@err.no>
Mon, 7 Aug 2017 16:32:17 +0000
(18:32 +0200)
modules/syslog_ng/templates/syslog-ng.conf.erb
patch
|
blob
|
history
diff --git
a/modules/syslog_ng/templates/syslog-ng.conf.erb
b/modules/syslog_ng/templates/syslog-ng.conf.erb
index
89c77ed
..
bb35177
100644
(file)
--- a/
modules/syslog_ng/templates/syslog-ng.conf.erb
+++ b/
modules/syslog_ng/templates/syslog-ng.conf.erb
@@
-569,7
+569,7
@@
log { source(s_local);
<%- end -%>
<%- if (@hostname == "lully") -%>
-destination fastly { file("/var/log/fastly.log" };
+destination fastly { file("/var/log/fastly.log"
);
};
log { source(s_network_fastly);
destination(fastly); };