We're currently using derived attributes for virtual_host_alias and virtual_host_name, which makes it cumbersome to deploy on some platforms where the hostname needs to be set. This PR ensures that FQDN and hostname can be set, and our attributes inherit as expected.
We're currently using derived attributes for
virtual_host_alias
andvirtual_host_name
, which makes it cumbersome to deploy on some platforms where the hostname needs to be set. This PR ensures that FQDN and hostname can be set, and our attributes inherit as expected.