Skip to content

Commit 5c30829

Browse files
authored
Merge pull request #178 from mcasper/redis_port_should_be_string
Fix the default redis port value
2 parents 06bc227 + 5e6b128 commit 5c30829

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/integrations/redis.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
class datadog_agent::integrations::redis(
2929
$host = 'localhost',
3030
$password = '',
31-
$port = 6379,
31+
$port = '6379',
3232
$ports = undef,
3333
$slowlog_max_len = '',
3434
$tags = [],

0 commit comments

Comments
 (0)