Skip to content

Commit

Permalink
Cleanup EC2-related parameter docs. (DataDog#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavisp3 authored and truthbk committed Mar 16, 2017
1 parent 7274269 commit c048e8b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
# Your DataDog API Key. Please replace with your key value.
# $collect_ec2_tags
# Collect AWS EC2 custom tags as agent tags.
# Boolean. Default: false
# $collect_instance_metadata
# The Agent will try to collect instance metadata for EC2 and GCE instances.
# Boolean. Default: true
# $tags
# Optional array of tags.
# $hiera_tags
Expand Down Expand Up @@ -73,12 +75,6 @@
# Skip SSL validation.
# $use_curl_http_client
# Uses the curl HTTP client for the forwarder
# $collect_ec2_tas
# Presents custom EC2 tags as agent tags to datadog
# Boolean. Default: False
# $collect_instance_metadata
# Enables the agent to try and gather instance metadata on EC2/GCE
# Boolean. Default: true
# $recent_point_threshold
# Sets the threshold for accepting points.
# String. Default: empty (30 second intervals)
Expand Down

0 comments on commit c048e8b

Please sign in to comment.