diff --git a/manifests/plugin/write_riemann.pp b/manifests/plugin/write_riemann.pp index 95dd7d969..b85b2c352 100644 --- a/manifests/plugin/write_riemann.pp +++ b/manifests/plugin/write_riemann.pp @@ -11,6 +11,12 @@ validate_bool($store_rates) validate_bool($always_append_ds) + if $::osfamily == 'Redhat' { + package { 'collectd-write_riemann': + ensure => $ensure, + } + } + collectd::plugin {'write_riemann': ensure => $ensure, content => template('collectd/plugin/write_riemann.conf.erb'),