Puppet Class: profile::alerts::deploy::thanos
- Defined in:
- modules/profile/manifests/alerts/deploy/thanos.pp
Overview
SPDX-License-Identifier: Apache-2.0 Satisfy the WMF style guide
3 4 5 6 7 8 9 |
# File 'modules/profile/manifests/alerts/deploy/thanos.pp', line 3
class profile::alerts::deploy::thanos (
Hash[Stdlib::Fqdn, Hash] $rule_hosts = lookup('profile::thanos::rule_hosts'),
) {
if $::fqdn in $rule_hosts {
class { 'alerts::deploy::thanos': }
}
}
|