Skip to content

Commit

Permalink
plugin/curl: 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 b8fb2bc commit ca26ce8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/plugin/curl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
$interval = undef,
$pages = { },
) {

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

collectd::plugin {'curl':
ensure => $ensure,
interval => $interval,
Expand Down

0 comments on commit ca26ce8

Please sign in to comment.