Skip to content

Commit

Permalink
fix issue corey-hammerton#44
Browse files Browse the repository at this point in the history
  • Loading branch information
efoft authored and noqqe committed Mar 22, 2022
1 parent 5feabc9 commit 43e29bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@

}

# Create modules.d files that exist in hiera then collect any created via exported resources
# Create modules.d files that exist in hiera or passed to metricbeat class as parameter
$module_templates_real = hiera_array('metricbeat::module_templates', $metricbeat::module_templates)

$module_templates_real.each |$module| {
@metricbeat::modulesd { $module: }
}
Metricbeat::Modulesd <<||>>

case $::kernel {
'Linux': {
Expand Down

0 comments on commit 43e29bd

Please sign in to comment.