Skip to content

Commit

Permalink
Merge pull request voxpupuli#720 from juniorsysadmin/filter-chain-dat…
Browse files Browse the repository at this point in the history
…a-types

plugin::filter::chain - Use data types
  • Loading branch information
alexjfisher authored Nov 28, 2017
2 parents e90ddff + 9d7af7c commit 72f796f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/plugin/filter/chain.pp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://collectd.org/wiki/index.php/Chains
define collectd::plugin::filter::chain (
$ensure = 'present',
$target = undef,
$target_options = undef,
Enum['present', 'absent'] $ensure = 'present',
Optional[Collectd::Filter::Target] $target = undef,
Optional[Hash] $target_options = undef,
) {

include ::collectd
Expand Down

0 comments on commit 72f796f

Please sign in to comment.