Skip to content

Commit 287235d

Browse files
authored
Merge pull request DataDog#178 from mcasper/redis_port_should_be_string
Fix the default redis port value
2 parents 95f6188 + 79fcb2e commit 287235d

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)