Skip to content

Commit a334b6e

Browse files
committed
plugin/write_http: add package for redhat systems
1 parent ec761d3 commit a334b6e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

manifests/plugin/write_http.pp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
validate_hash($urls)
99

10+
if $::osfamily == 'Redhat' {
11+
package { 'collectd-write_http':
12+
ensure => $ensure,
13+
}
14+
}
15+
1016
collectd::plugin {'write_http':
1117
ensure => $ensure,
1218
content => template('collectd/plugin/write_http.conf.erb'),

0 commit comments

Comments
 (0)