Skip to content

Commit

Permalink
plugin/bind: add package for redhat systems
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jan 8, 2015
1 parent f270d16 commit a68885e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/bind.pp
Expand Up @@ -24,6 +24,12 @@
)
validate_array($views)

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

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

0 comments on commit a68885e

Please sign in to comment.