Puppet Class: profile::prometheus::apache_exporter
- Defined in:
- modules/profile/manifests/prometheus/apache_exporter.pp
Overview
SPDX-License-Identifier: Apache-2.0
2 3 4 |
# File 'modules/profile/manifests/prometheus/apache_exporter.pp', line 2
class profile::prometheus::apache_exporter {
prometheus::apache_exporter { 'default': }
}
|