Skip to content

Wishlist does not resolve CanonicalizeDomain #424

@dbeecham

Description

@dbeecham

Description

Not sure if this is something you're interested in, the fix is pretty simple, but I figured I could send the report just in cate. If you configure a host using CanonicalizeHostname, wishlist does not manage to resolve the hostname.

Host builder
  CanonicalizeHostname always
  CanonicalDomains example.com

For reference, my configuration file looked something like this

# Make hosts visible to wishlist
Host server1 server2 server3

# Actual matchblock
Host server*
  CanonicalizeHostname always
  CanonicalDomains example.com

Making the wishlist-specific block FQDN works fine:

# Make hosts visible to wishlist
Host server1.example.com server2.example.com server3.example.com

# Actual matchblock
Host server*
  CanonicalizeHostname always
  CanonicalDomains example.com

Version

No response

Environment

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions