Skip to content

Commit

Permalink
Merge pull request #252 from simonpasquier/issue-251
Browse files Browse the repository at this point in the history
Fix collectd::plugin::write_http for RedHat
  • Loading branch information
blkperl committed Jun 17, 2015
2 parents 07326b3 + 7acc2bd commit a6c102b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifests/plugin/write_http.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@

validate_hash($urls)

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

collectd::plugin {'write_http':
ensure => $ensure,
content => template('collectd/plugin/write_http.conf.erb'),
Expand Down

0 comments on commit a6c102b

Please sign in to comment.