# confdroid_prometheus::main::config.pp # Module name: confdroid_prometheus # Author: 12ww1160 (12ww1160@confdroid.com) # @summary Class manages the module logic for the confdroid_prometheus module. ############################################################################## 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, } }