made the value of 'port' integer
This commit is contained in:
parent
4ed5da008f
commit
867e2cb8c3
1 changed files with 1 additions and 1 deletions
|
@ -1133,7 +1133,7 @@ class redis_cluster_node {
|
|||
cluster_nodes => hiera_array('redis_sentinel_ips', []),
|
||||
}
|
||||
sunet::redis::server {'redis-sentinel':
|
||||
port => '26379',
|
||||
port => 26379,
|
||||
sentinel_config => 'yes',
|
||||
allow_clients => hiera_array('redis_client_ips', []),
|
||||
cluster_nodes => hiera_array('redis_sentinel_ips', []),
|
||||
|
|
Loading…
Add table
Reference in a new issue