Skip to content

Commit

Permalink
plugin/python: 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 78e4908 commit 7ffa8db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/python.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

validate_hash($config)

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

$conf_dir = $collectd::params::plugin_conf_dir

# This is deprecated file naming ensuring old style file removed, and should be removed in next major relese
Expand Down

0 comments on commit 7ffa8db

Please sign in to comment.