aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/metrics/collectd/collectd_plugin.pp
blob: 5ab940b22c34dfeb8bc0530eb8d20bfc01004074 (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::collectd_plugin (
) {
  include "collectd::plugin::${title}"
}