Puppet Class: role::dbbackups::monitoring
- Defined in:
- modules/role/manifests/dbbackups/monitoring.pp
Overview
For hosts that are dedicated to monitoring database backups SPDX-License-Identifier: Apache-2.0
3 4 5 6 7 8 9 10 |
# File 'modules/role/manifests/dbbackups/monitoring.pp', line 3
class role::dbbackups::monitoring {
include profile::firewall
include profile::base::production
include profile::mariadb::wmfmariadbpy
include profile::dbbackups::check
include profile::dbbackups::dashboard
}
|