Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: t0xa/puppet-metricbeat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: t0xa/puppet-metricbeat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Feb 25, 2020

  1. Copy the full SHA
    d117e63 View commit details
Showing with 5 additions and 5 deletions.
  1. +5 −5 manifests/config.pp
10 changes: 5 additions & 5 deletions manifests/config.pp
Original file line number Diff line number Diff line change
@@ -71,11 +71,11 @@
}

# Create modules.d files that exist in hiera then collect any created via exported resources
$module_templates_real = hiera_array('metricbeat::module_templates', $metricbeat::module_templates)
$module_templates_real.each |$module| {
@@metricbeat::modulesd { $module: }
}
Metricbeat::Modulesd <<||>>
# $module_templates_real = hiera_array('metricbeat::module_templates', $metricbeat::module_templates)
#$module_templates_real.each |$module| {
# @@metricbeat::modulesd { $module: }
#}
#Metricbeat::Modulesd <<||>>

case $::kernel {
'Linux': {