Puppet Class: role::backup::databases

Defined in:
modules/role/manifests/backup/databases.pp

Overview

SPDX-License-Identifier: Apache-2.0 Storage daemons for Bacula, specific to metadata and misc database backups.



3
4
5
6
7
8
9
10
11
12
# File 'modules/role/manifests/backup/databases.pp', line 3

class role::backup::databases {
    system::role { 'backup::databases':
        description => 'Metadata and misc database backups',
    }

    include ::profile::firewall
    include ::profile::base::production

    include ::profile::backup::storage::databases
}