From b2ca148ce5a50b718f86db4e7bd296551151da1e Mon Sep 17 00:00:00 2001 From: gcmalloc Date: Sun, 13 Apr 2014 21:42:16 +0200 Subject: [PATCH] a bit of documentation with an example --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dc47fecc..56d25c77 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,16 @@ Tweak and add the following to your site manifest: } } +You can also declare forwarders for a specific zone, if you don't have one in the dns::option. + + dns::zone { 'example.com': + soa => "ns1.example.com", + soa_email => 'admin.example.com', + allow_forwarder => ['8.8.8.8'], + forward_policy => 'first' + nameservers => ["ns1"] + } + ### Exported resource patterns node default { # Other nodes export an A record for thier hostname