saz / puppet-rsyslog

Manage rsyslog through puppet
Apache License 2.0
50 stars 203 forks source link

how to include gnutls_package_name on node configuration? #274

Open lkthomas opened 7 years ago

lkthomas commented 7 years ago
    class { 'rsyslog::client':
            gnutls_package_name => false,
            remote_servers => [
                    {
                            host => 'rsyslog.domain.com',
                            protocol => 'tcp',

                    },
            ]
    }

it still look for gnutls package, any idea how to include it?

ubellavance commented 7 years ago

Isn't it looking for a package name? You're giving it a boolean. What do you want to do exactly? Not install the gnutls package? Why?