Skip to content

Commit

Permalink
Merge pull request #358 from BashtonLtd/master
Browse files Browse the repository at this point in the history
Filter attributes are a property, not a param
  • Loading branch information
jlambert121 committed Jun 10, 2015
2 parents 4722034 + 952be4a commit 2565235
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/puppet/type/sensu_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
defaultto '/etc/sensu/conf.d/filters/'
end

newparam(:attributes) do
desc ""

newproperty(:attributes) do
desc "Filter attributes"
include PuppetX::Sensu::ToType

def is_to_s(hash = @is)
Expand Down

0 comments on commit 2565235

Please sign in to comment.