aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/metrics/collectd/plugin_helper.pp
blob: b624ee10858bafd007e710fd45e6e37b4b3f1b09 (plain)
1
2
3
4
5
6
# We use this to transform a list of unqualified plugin names
# (like ['disk', 'ntpd']) into the correct collectd plugin classes.
define tripleo::profile::base::metrics::collectd::plugin_helper (
) {
  include "collectd::plugin::${title}"
}