From aa7b743dd6b48f8d14f20b5822e405daf2995127 Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Thu, 14 May 2015 11:27:44 -0500 Subject: [PATCH] Document new functionality --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7c88898..b1627fe 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,15 @@ file will not be overwritten. Only the `zone_type` is required. If `domain` is unspecified, the title of the `bind::zone` declaration will be used as the domain. +A master zone with a zone file managed directly by Puppet: + + bind::zone { 'example.org': + zone_type => 'master', + dynamic => false, + source => 'puppet:///dns/db.example.org', + allow_transfers => [ 'secondary-dns', ], + } + A master zone with DNSSec disabled which allows updates using a TSIG key and zone transfers to servers matching an acl: