Forced all.log file creation in syslog::client. syslogd didn't create it automatically.

This commit is contained in:
Timo Mkinen 2012-03-26 20:21:25 +03:00
parent 06f2527d92
commit 406f57a2d1

View file

@ -90,6 +90,14 @@ class syslog::client::syslogd {
} }
} }
file { "/var/log/all.log":
ensure => present,
mode => 0640,
owner => "root",
group => $group,
notify => Service["syslogd"],
}
file { "/etc/syslog.conf": file { "/etc/syslog.conf":
ensure => present, ensure => present,
content => template("syslog/syslog.conf.$operatingsystem.erb", content => template("syslog/syslog.conf.$operatingsystem.erb",