Puppet Class: puppet_metrics_dashboard::profile::postgres
- Defined in:
-
manifests/profile/postgres.pp
Summary
This class is deprecated. Please use the Puppet_metrics_dashboard::Profile::Master::Postgres_access class.
Overview
7
8
9
10
11
12
13
|
# File 'manifests/profile/postgres.pp', line 7
class puppet_metrics_dashboard::profile::postgres (
String $grafana_host = ''
){
fail('The Puppet_metrics_dashboard::Profile::Postgres class is deprecated. Please use the Puppet_metrics_dashboard::Profile::Master::Postgres_access instead.')
}
|