We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dcfe95 commit 0e36059Copy full SHA for 0e36059
1 file changed
manifests/init.pp
@@ -104,7 +104,7 @@
104
# String. Default: empty
105
# $use_dogstatsd
106
# Enables the dogstatsd server
107
-# Boolean. Default: false
+# Boolean. Default: true
108
# $dogstatsd_port
109
# Specifies the port to be used by dogstatsd. Must have use_dogstatsd set
110
@@ -216,7 +216,7 @@
216
$pup_port = '',
217
$pup_interface = '',
218
$pup_url = '',
219
- $use_dogstatsd = false,
+ $use_dogstatsd = true,
220
$dogstatsd_target = '',
221
$dogstatsd_interval = '',
222
$dogstatsd_normalize = true,
0 commit comments