saz / puppet-rsyslog

Manage rsyslog through puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to include gnutls_package_name on node configuration?

lkthomas opened this issue · comments

    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?

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?