Puppet Class: profile::cluster::management::backup

Defined in:
modules/profile/manifests/cluster/management/backup.pp

Overview

SPDX-License-Identifier: Apache-2.0 Configure backing up all of /srv on the cluster management hosts so data for infrastructure deplotments and pwstore are not lost



4
5
6
7
8
# File 'modules/profile/manifests/cluster/management/backup.pp', line 4

class profile::cluster::management::backup () {
    backup::set { 'srv-deployment': }  # this backs up all of /srv
    backup::set { 'home': }
    backup::set { 'cluster-management-logs': }
}