Fixed rsyslog restart for Fedora 18. Service cannot be stopped with systemctl or service command anymore.

This commit is contained in:
Timo Mkinen 2013-01-17 11:47:04 +02:00
parent b5a9073efb
commit 0019d10f1f

View file

@ -184,6 +184,10 @@ class syslog::client::rsyslog {
}, },
default => undef, default => undef,
}, },
hasrestart => $::operatingsystem ? {
"fedora" => true,
default => false,
},
require => File["/var/log/all.log"], require => File["/var/log/all.log"],
} }