Skip to content

Commit c21c214

Browse files
jdavisp3truthbk
authored andcommitted
Cleanup EC2-related parameter docs. (#252)
1 parent ecc3ec0 commit c21c214

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

manifests/init.pp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@
1111
# Your DataDog API Key. Please replace with your key value.
1212
# $collect_ec2_tags
1313
# Collect AWS EC2 custom tags as agent tags.
14+
# Boolean. Default: false
1415
# $collect_instance_metadata
1516
# The Agent will try to collect instance metadata for EC2 and GCE instances.
17+
# Boolean. Default: true
1618
# $tags
1719
# Optional array of tags.
1820
# $hiera_tags
@@ -73,12 +75,6 @@
7375
# Skip SSL validation.
7476
# $use_curl_http_client
7577
# Uses the curl HTTP client for the forwarder
76-
# $collect_ec2_tas
77-
# Presents custom EC2 tags as agent tags to datadog
78-
# Boolean. Default: False
79-
# $collect_instance_metadata
80-
# Enables the agent to try and gather instance metadata on EC2/GCE
81-
# Boolean. Default: true
8278
# $recent_point_threshold
8379
# Sets the threshold for accepting points.
8480
# String. Default: empty (30 second intervals)

0 commit comments

Comments
 (0)