If you haveWith the default Ubuntu 22.04 resolv.conf setting which is a symlinked /etc/resolv.conf file to /run/systemd/resolve/stub-resolv.conf which is written by the systemd service `systemd-resolved` containing a config with `search .` (this is the default for Ubuntu 22.04). Therefore all values with: ``` Stdlib::Host $hostname = $facts['networking']['fqdn'] ``` are broken.
With the default Ubuntu 22.04 resolv.conf setting which is a symlinked /etc/resolv.conf file to /run/systemd/resolve/stub-resolv.conf which is written by the systemd service `systemd-resolved` containing a config with `search .`.
Therefore all values with: ``` Stdlib::Host $hostname = $facts['networking']['fqdn'] ``` are broken.
With the default Ubuntu 22.04 resolv.conf setting which is a symlinked /etc/resolv.conf file to /run/systemd/resolve/stub-resolv.conf which is written by the systemd service `systemd-resolved` containing a config with `search .`. Therefore all values with: ``` Stdlib::Host $hostname = $facts['networking']['fqdn'] ``` are broken.