Skip to content

Commit

Permalink
plugin/ping: add package for redhat systems
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jan 9, 2015
1 parent 4e926bc commit 78e4908
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/ping.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

validate_array($hosts)

if $::osfamily == 'Redhat' {
package { 'collectd-ping':
ensure => $ensure,
}
}

$conf_dir = $collectd::params::plugin_conf_dir

file {
Expand Down

0 comments on commit 78e4908

Please sign in to comment.