Skip to content
Snippets Groups Projects
Commit 15991430 authored by Tom Prince's avatar Tom Prince
Browse files

Merge branch 'use-fqdn' into 'develop'

Use `networking.fqdn` to define `targetHost`, rather than constructing it ourselves.

See merge request !183
parents 0df20d48 9161c77a
No related branches found
No related tags found
2 merge requests!228merge develop into production,!183Use `networking.fqdn` to define `targetHost`, rather than constructing it ourselves.
Pipeline #1163 passed
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
# being configured and using variable names complicates a lot of things). # being configured and using variable names complicates a lot of things).
# Instead, just tell morph how to reach the node here - by using its fully # Instead, just tell morph how to reach the node here - by using its fully
# qualified domain name. # qualified domain name.
deployment.targetHost = "${config.networking.hostName}.${config.networking.domain}"; deployment.targetHost = config.networking.fqdn;
assertions = [ assertions = [
# This is a check to save somebody in the future trying to debug why # This is a check to save somebody in the future trying to debug why
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment