Fixed depency error when installing rsyslog-gnutls package.

This commit is contained in:
Timo Mkinen 2011-11-15 20:42:40 +02:00
parent 2bcf43bf51
commit 128f81ffc4

View file

@ -134,6 +134,7 @@ class syslog::client::rsyslog {
if $operatingsystem != "OpenBSD" and $syslog_tlsserver {
package { "rsyslog-gnutls":
ensure => installed,
before => Service["rsyslog"],
}
}