Skip to content

Commit

Permalink
a bit of documentation with an example
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc committed Apr 13, 2014
1 parent 8c89615 commit b2ca148
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2ca148

Please sign in to comment.