Skip to content

Commit

Permalink
plugin/lvm: should also adhere to the ensure param passed
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Dec 29, 2014
1 parent 97cc610 commit 7a8009b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/lvm.pp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

Expand Down

0 comments on commit 7a8009b

Please sign in to comment.