Skip to content

Commit

Permalink
Merge pull request sensu#266 from MattMencel/patch-1
Browse files Browse the repository at this point in the history
amqp changed to transport in 0.13
  • Loading branch information
portertech committed Jul 26, 2014
2 parents e851e89 + 653d882 commit 4c00fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/handler.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
actions :create, :delete

attribute :type, :kind_of => String, :equal_to => %w[set pipe tcp udp amqp]
attribute :type, :kind_of => String, :equal_to => %w[set pipe tcp udp transport]
attribute :filters, :kind_of => Array
attribute :mutator, :kind_of => String
attribute :severities, :kind_of => Array
Expand Down

0 comments on commit 4c00fff

Please sign in to comment.