Skip to content

Commit 0e36059

Browse files
committed
[puppet] dogstatsd should be on by default.
1 parent 1dcfe95 commit 0e36059

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/init.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
# String. Default: empty
105105
# $use_dogstatsd
106106
# Enables the dogstatsd server
107-
# Boolean. Default: false
107+
# Boolean. Default: true
108108
# $dogstatsd_port
109109
# Specifies the port to be used by dogstatsd. Must have use_dogstatsd set
110110
# String. Default: empty
@@ -216,7 +216,7 @@
216216
$pup_port = '',
217217
$pup_interface = '',
218218
$pup_url = '',
219-
$use_dogstatsd = false,
219+
$use_dogstatsd = true,
220220
$dogstatsd_target = '',
221221
$dogstatsd_interval = '',
222222
$dogstatsd_normalize = true,

0 commit comments

Comments
 (0)