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

Parameters:

  • grafana_host (String) (defaults to: '')

    The FQDN of the host where telegraf runs. Defaults to an empty string. You can explicitly set this parameter or the class attempts to lookup which host has the puppet_metrics_dashboard class applied in PuppetDB. If the parameter is not set and the lookup does not return anything we issue a warning.



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.')

}