document hostname -f issue

This commit is contained in:
2024-12-13 12:03:13 +01:00
parent 5213f9b2d2
commit 8fb42ab131
@@ -10,3 +10,5 @@ networking::hostname_on_lo: true
aaa::sssd_cache_creds: false
aaa::default_krb_cache: "FILE:/tmp/krb5cc_%{literal('%')}{uid}"
```
Note that for `hostname -f` to work correctly with `hostname::short: true` you need to set as well `networking::hostname_on_lo: true` because `glibc getaddrinfo()` reads the first hostname in `/etc/hosts` to determine the fully qalified hostname.