Skip to content

Commit

Permalink
plugin/varnish: package should also adhere to the ensure param passed
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Jan 9, 2015
1 parent a101e47 commit 15f9ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/plugin/varnish.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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

Expand Down

0 comments on commit 15f9ec5

Please sign in to comment.