Skip to content

Commit

Permalink
plugin/perl: 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 a5340e5 commit 4e926bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/perl.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
include collectd::params
$conf_dir = $collectd::params::plugin_conf_dir

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

collectd::plugin { 'perl':
ensure => $ensure,
globals => true,
Expand Down

0 comments on commit 4e926bc

Please sign in to comment.