sensu/sensu-go-chef

filters property not working in sensu_asset

Closed this issue · 1 comments

jayme commented

Hello all,

It seems asset_from_resource in libraries/helpers.rb needs:

spec['filters'] = new_resource.filters if new_resource.filters

in order to use the filters property in the sensu_asset resource. I can create a pull request if needed.

This seems to have already been completed:

spec['filters'] = new_resource.filters if new_resource.filters