Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datadog_integration resource to install integrations. #600

Merged
merged 5 commits into from
Mar 29, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused property.
  • Loading branch information
remeh committed Mar 26, 2019
commit 18f5d26027b1b7f6bd3da8fe150a0d48d9ef8be5
1 change: 0 additions & 1 deletion resources/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
default_action :install

property :name, String, name_attribute: true
property :cookbook, String, default: 'datadog'

property :version, String, required: true

Expand Down