We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06bc227 + 5e6b128 commit 5c30829Copy full SHA for 5c30829
1 file changed
manifests/integrations/redis.pp
@@ -28,7 +28,7 @@
28
class datadog_agent::integrations::redis(
29
$host = 'localhost',
30
$password = '',
31
- $port = 6379,
+ $port = '6379',
32
$ports = undef,
33
$slowlog_max_len = '',
34
$tags = [],
0 commit comments