Uploaded image for project: 'PuppetDB'
  1. PuppetDB
  2. PDB-2723

puppetdb.conf server_urls should lowercase $::fqdn

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Won't Do
    • None
    • None
    • PuppetDB
    • PuppetDB

    Description

      puppetdb.conf server_urls should lowercase $::fqdn when used on domains that contain uppercase words. SSL certs are created on lowercase by default. server_urls param is set by $::fqdn which contains the domain in uppercase and then creates a conflict when trying to connect and validate the SSL certificate since the hostnames don't match.

      Change is required on puppetlabs-puppetdb/manifests/master/config.pp
      Line 3: $puppetdb_server = $::fqdn, to $puppetdb_server = downcase($::fqdn),

      Attachments

        Activity

          People

            Unassigned Unassigned
            jordigg Jordi Garcia
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support