file=/etc/puppet/puppet.conf
file=/etc/default/puppet
file=/etc/default/postgrey
+file=/etc/default/syslog-ng
file=/etc/logrotate.d/exim4-paniclog
file=/etc/logrotate.d/exim4-base
file=/etc/logrotate.d/syslog-ng
--- /dev/null
+# If a variable is not set here, then the corresponding
+# parameter will not be changed.
+# If a variables is set, then every invocation of
+# syslog-ng's init script will set them using dmesg.
+
+# log level of messages which should go to console
+# see <linux/kernel.h> for details
+#
+CONSOLE_LOG_LEVEL=2
+
+# Command line options to syslog-ng
+#SYSLOGNG_OPTS="--no-caps"
+
require => Package["syslog-ng"],
notify => Exec["syslog-ng reload"],
;
+ "/etc/default/syslog-ng":
+ require => Package["syslog-ng"],
+ source => "puppet:///modules/syslog-ng/syslog-ng.logrotate",
+ notify => Exec["syslog-ng reload"],
+ ;
"/etc/logrotate.d/syslog-ng":
require => Package["syslog-ng"],
source => "puppet:///modules/syslog-ng/syslog-ng.logrotate",