summaryrefslogtreecommitdiff
path: root/manifests/jenkins.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-11 20:40:59 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-11 20:40:59 +0200
commit5133de61e9a71cf1a052a438e8f63b56d98db746 (patch)
treed5871e825b82e882be9dc36225f2dd32cc4d9662 /manifests/jenkins.pp
parentContainer registry nginx options. (diff)
downloadprofiles-5133de61e9a71cf1a052a438e8f63b56d98db746.tar.gz
profiles-5133de61e9a71cf1a052a438e8f63b56d98db746.tar.xz
Update remaining modules to use new dns::record.
Diffstat (limited to '')
-rw-r--r--manifests/jenkins.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/jenkins.pp b/manifests/jenkins.pp
index 22d1b7c..d15e41d 100644
--- a/manifests/jenkins.pp
+++ b/manifests/jenkins.pp
@@ -24,9 +24,9 @@ class profiles::jenkins (
* => letsencrypt::conf::nginx($server_name),
}
- @@dns_record { $server_name:
+ @@dns::record { $server_name:
type => 'CNAME',
- zone => $facts['domain'],
+ zone => "${facts['domain']}.",
# TODO key should be $server_name local to domain name of host.
key => 'jenkins',
value => 'adrift.space.'