summaryrefslogtreecommitdiff
path: root/manifests/zone.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 22:17:49 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-06 22:17:49 +0200
commit2e9891be2e85cd77e2ad3bd7a1958bcc73805922 (patch)
tree6f18a6ec8152971a9a30d5ccdd5775ef36c58abd /manifests/zone.pp
parentRemove now unused templates. (diff)
downloaddns-2e9891be2e85cd77e2ad3bd7a1958bcc73805922.tar.gz
dns-2e9891be2e85cd77e2ad3bd7a1958bcc73805922.tar.xz
Documentation.
Diffstat (limited to '')
-rw-r--r--manifests/zone.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/zone.pp b/manifests/zone.pp
index 1fee3d5..c30becf 100644
--- a/manifests/zone.pp
+++ b/manifests/zone.pp
@@ -1,3 +1,12 @@
+# @summary Sets up one DNS zone
+#
+# @example
+# dns::zone { 'example.com':
+# rname => 'ns1.example.com',
+# mname => 'domainmaster.example.com',
+# ns => [ 'ns1', 'ns2', ]
+# }
+#
# @param zone
# Domain this zone controls.
# @param mname