summaryrefslogtreecommitdiff
path: root/manifests/record.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/record.pp
parentRemove now unused templates. (diff)
downloaddns-2e9891be2e85cd77e2ad3bd7a1958bcc73805922.tar.gz
dns-2e9891be2e85cd77e2ad3bd7a1958bcc73805922.tar.xz
Documentation.
Diffstat (limited to 'manifests/record.pp')
-rw-r--r--manifests/record.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/record.pp b/manifests/record.pp
index 1b36a94..f94d1c8 100644
--- a/manifests/record.pp
+++ b/manifests/record.pp
@@ -1,3 +1,12 @@
+# @summary A single DNS record
+#
+# @example
+# dns::record { 'A www.example.com':
+# zone => 'example.com',
+# key => 'www',
+# value => '203.0.113.4',
+# }
+#
# @param type
# Record type (A, AAAA, ...)
# @param cls