Removed syslog-gnutls installation if no tls servers are defined.
This commit is contained in:
parent
0b58c97c1f
commit
2bcf43bf51
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class syslog::client::rsyslog {
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
||||||
if $operatingsystem != "OpenBSD" {
|
if $operatingsystem != "OpenBSD" and $syslog_tlsserver {
|
||||||
package { "rsyslog-gnutls":
|
package { "rsyslog-gnutls":
|
||||||
ensure => installed,
|
ensure => installed,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue