Puppet Class: profile::dns::auth

Defined in:
modules/profile/manifests/dns/auth.pp

Overview

SPDX-License-Identifier: Apache-2.0



2
3
4
5
6
7
8
9
10
11
12
13
14
# File 'modules/profile/manifests/dns/auth.pp', line 2

class profile::dns::auth {
    include ::profile::dns::auth::acmechief_target
    include ::profile::dns::auth::monitoring
    include ::profile::dns::auth::discovery
    include ::profile::dns::auth::config
    include ::profile::dns::auth::update
    include ::profile::dns::auth::dotls
    include ::profile::dns::auth::perf
    include ::profile::dns::check_dns_query
    include ::profile::bird::anycast

    class { 'gdnsd': }
}