summaryrefslogtreecommitdiff
path: root/manifests/jenkins.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 16:34:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-12 16:34:11 +0200
commitc35862d14de1f45374b24378768b9e39aff3cef0 (patch)
tree45d05575edc02a7b73847d690585c9a509f8603c /manifests/jenkins.pp
parentSee last commit for rationalle. (diff)
parentPuppetdb change fact source. (diff)
downloadprofiles-c35862d14de1f45374b24378768b9e39aff3cef0.tar.gz
profiles-c35862d14de1f45374b24378768b9e39aff3cef0.tar.xz
Merge branch 'master' into puppetserver
Diffstat (limited to 'manifests/jenkins.pp')
-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.'