diff --git a/manifests/plugin/bind.pp b/manifests/plugin/bind.pp index 51d2bb7d7..5daef2d77 100644 --- a/manifests/plugin/bind.pp +++ b/manifests/plugin/bind.pp @@ -24,6 +24,12 @@ ) validate_array($views) + if $::osfamily == 'Redhat' { + package { 'collectd-bind': + ensure => $ensure, + } + } + collectd::plugin {'bind': ensure => $ensure, content => template('collectd/plugin/bind.conf.erb'),