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/zone.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'manifests/zone.pp') 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 -- cgit v1.2.3