From 7ffa8dbd4ee03ff0dbcf18c620d0bb4edabfe0bb Mon Sep 17 00:00:00 2001 From: Sijis Aviles Date: Thu, 8 Jan 2015 21:54:50 -0600 Subject: [PATCH] plugin/python: add package for redhat systems --- manifests/plugin/python.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/plugin/python.pp b/manifests/plugin/python.pp index 2c2c3919f..5e0cbe801 100644 --- a/manifests/plugin/python.pp +++ b/manifests/plugin/python.pp @@ -11,6 +11,12 @@ validate_hash($config) + if $::osfamily == 'Redhat' { + package { 'collectd-python': + ensure => $ensure, + } + } + $conf_dir = $collectd::params::plugin_conf_dir # This is deprecated file naming ensuring old style file removed, and should be removed in next major relese