summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-26 01:31:19 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-26 01:31:19 +0200
commit5ea02a926aad1aa7ccd68ff6cbbec843cdf2a301 (patch)
tree012c98ccdde54dcc7e3d1650df210a5d7e1ba55e
parentfix (diff)
downloadprofiles-5ea02a926aad1aa7ccd68ff6cbbec843cdf2a301.tar.gz
profiles-5ea02a926aad1aa7ccd68ff6cbbec843cdf2a301.tar.xz
Once again fix jenkins dns record.
-rw-r--r--manifests/jenkins.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/jenkins.pp b/manifests/jenkins.pp
index 55b5aa5..22d1b7c 100644
--- a/manifests/jenkins.pp
+++ b/manifests/jenkins.pp
@@ -29,7 +29,7 @@ class profiles::jenkins (
zone => $facts['domain'],
# TODO key should be $server_name local to domain name of host.
key => 'jenkins',
- value => 'adrift.space'
+ value => 'adrift.space.'
}
if $facts['letsencrypt_directory'][$server_name] {