Puppet Class: prometheusforemansd::params

Inherited by:
prometheusforemansd
Defined in:
manifests/params.pp

Overview

Class prometheusforemansd::params

This class is meant to be called from prometheusforemansd It sets variables according to platform



6
7
8
9
10
11
12
13
14
# File 'manifests/params.pp', line 6

class prometheusforemansd::params {
  $archive_source      = undef
  $cfg_location        = '/usr/share/prometheusforemansd/prometheusforemansd.yaml'
  $cfg                 = {}
  $install_dir         = '/usr/share/prometheusforemansd/'
  $install_method      = 'archive'
  $service_name        = 'prometheusforemansd'
  $version             = 'v1.0.0'
}