Skip to content

Commit

Permalink
add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrik Majer committed Oct 20, 2014
1 parent 6d92f5d commit dd7f921
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions manifests/plugin/libvirt.pp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
if $hostname_format != undef { validate_string($hostname_format) }
if $interface_format != undef { validate_string($interface_format) }

if $::osfamily == 'RedHat' {
package { 'collectd-virt':
ensure => $ensure,
}
}

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

0 comments on commit dd7f921

Please sign in to comment.