Skip to content

Commit a68885e

Browse files
committed
plugin/bind: add package for redhat systems
1 parent f270d16 commit a68885e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

manifests/plugin/bind.pp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
)
2525
validate_array($views)
2626

27+
if $::osfamily == 'Redhat' {
28+
package { 'collectd-bind':
29+
ensure => $ensure,
30+
}
31+
}
32+
2733
collectd::plugin {'bind':
2834
ensure => $ensure,
2935
content => template('collectd/plugin/bind.conf.erb'),

0 commit comments

Comments
 (0)