From 2e9891be2e85cd77e2ad3bd7a1958bcc73805922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 6 Jun 2023 22:17:49 +0200 Subject: Documentation. --- manifests/record.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests/record.pp') 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 -- cgit v1.2.3