Puppet Class: isp3node::bind

Defined in:
manifests/bind.pp

Summary

Install and configure BIND DNS Server

Overview

Examples:

include isp3node::bind


5
6
7
# File 'manifests/bind.pp', line 5

class isp3node::bind {
  include isp3node::bind::setup
}