-
Notifications
You must be signed in to change notification settings - Fork 36
Wishlist does not resolve CanonicalizeDomain #424
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels