new jenkins storage
[mirror/dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index f2486d7..49de004 100644 (file)
@@ -91,6 +91,9 @@ options {
        bad_hostname("^gconfd$");
 
        keep_hostname(no);
+
+       # We believe our own clock more than we believe the client clock.
+       keep_timestamp(no);
 };