Puppet Class: isp3node::profile::dns

Defined in:
manifests/profile/dns.pp

Overview

Configuration profile for standalone ISP3 Bind DNS server



2
3
4
5
6
7
8
# File 'manifests/profile/dns.pp', line 2

class isp3node::profile::dns () {
  class {'isp3node::base':}
  -> class {'isp3node::mariadb':}
  -> class {'isp3node::postfix': mode => 'satellite'}
  -> class {'isp3node::bind':}
  -> class {'isp3node::fail2ban':}
}