Skip to content

Commit 59b796e

Browse files
committed
Skip conn validator when mongos is stopped
1 parent 4fad38c commit 59b796e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/mongos/service.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
status => $service_status,
3535
}
3636

37-
if $service_ensure == 'running' {
37+
if $real_service_ensure == 'running' {
3838
mongodb_conn_validator { 'mongos':
3939
server => $connect_ip,
4040
port => pick($port, 27017),

0 commit comments

Comments
 (0)