Skip to content

puppetdb::master::config tries to validate using SSL port even when SSL is disabled #106

@ebarrere

Description

@ebarrere

Manifest:

class { 'puppetdb':
  listen_address => $fqdn,
  disable_ssl    => true,
  before         => Class["puppetdb::master::config"],
}

Puppet run:

$ sudo puppet agent -t --environment=puppetdb
...
Info: /File[puppet_config]: Scheduling refresh of Service[puppet_service]
Notice: /Stage[main]/Puppet/Service[puppet_service]: Would have triggered 'refresh' from 1 events
Notice: Unable to connect to puppetdb server (fqdn:8081): Connection refused - connect(2)
...

Expected:
Validator attempts a plaintext connection to port 8080 when $puppetdb::disble_ssl = true.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions