summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-13 00:51:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-13 00:51:45 +0200
commit34dcaa0f583458cba425768af3dcf33cb672e346 (patch)
treef667a480e4045d777fb065f38c95431faf8368cb
parentMerge branch 'puppetserver' (diff)
downloadprofiles-34dcaa0f583458cba425768af3dcf33cb672e346.tar.gz
profiles-34dcaa0f583458cba425768af3dcf33cb672e346.tar.xz
Change mu4web to use new dns::record.
-rw-r--r--manifests/mu4web.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mu4web.pp b/manifests/mu4web.pp
index 81b5961..8b32e41 100644
--- a/manifests/mu4web.pp
+++ b/manifests/mu4web.pp
@@ -58,7 +58,7 @@ class profiles::mu4web (
}
# TODO generalize this
- @@dns_record { $server_name:
+ @@dns::record { $server_name:
key => 'mail',
value => 'gandalf',
type => 'CNAME',