Forge Home

djbdns

UNKNOWN

10,140 downloads

10,140 latest version

1.9 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.1 (latest)
released Jul 2nd 2012

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'sessionm-djbdns', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add sessionm-djbdns
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install sessionm-djbdns --version 0.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: dns, djbdns

Documentation

sessionm/djbdns — version 0.0.1 Jul 2nd 2012

puppet-djbdns

Description: Puppet module for installing djbdns

Overview

This puppet module is designed ONLY for Ubuntu at this time (due to package availability in repositories).

This module will install and configure both DNSCache and TinyDNS (the two portions of the DJBDNS suite).

Todo

Custom Provider and Type are current underwork. Pull requests are welcome. As it stands exists? is called, but not create or destroy.

Usage

To install the DJBDNS suite include djbdns

This will leave a installed, but nearly unfunctional system (it will only listen for requests on localhost, which is impossible with both on the same system.

To setup the listen nets:

class { 'djbdns::dnscache':
  listen_net => 'Some.IP.Range.Here',
}

Note that the listen_net can be as short as a single octet and you can have multiple.

To set the TinyDNS authoritative link from DNS cache do the following

class { 'djbdns::zone':
  zone_names => ['foo.com', 'bar.com'],
}

Again, you can have an array in this place to delegate authority to TinyDNS for multiple domains.

License

This module is made available under the Apache 2.0 License and all its terms and conditions. It is provided free of charge and with no warranty.