Puppet Class: confdroid_prometheus::main::config

Inherits:
confdroid_prometheus::params
Defined in:
manifests/main/config.pp

Summary

Class manages the module logic for the confdroid_prometheus module.

Overview

confdroid_prometheus::main::config.pp Module name: confdroid_prometheus Author: 12ww1160 (12ww1160@confdroid.com)



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

class confdroid_prometheus::main::config (
) inherits confdroid_prometheus::params {
  include confdroid_prometheus::main::service

  exec { 'ps-systemd-daemon-reload':
    command     => '/bin/systemctl daemon-reload',
    path        => ['/bin', '/usr/bin'],
    refreshonly => true,
  }
}