Fixed depency error when installing rsyslog-gnutls package.
This commit is contained in:
parent
2bcf43bf51
commit
128f81ffc4
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ class syslog::client::rsyslog {
|
||||||
if $operatingsystem != "OpenBSD" and $syslog_tlsserver {
|
if $operatingsystem != "OpenBSD" and $syslog_tlsserver {
|
||||||
package { "rsyslog-gnutls":
|
package { "rsyslog-gnutls":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
|
before => Service["rsyslog"],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue