We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad38c commit 59b796eCopy full SHA for 59b796e
1 file changed
manifests/mongos/service.pp
@@ -34,7 +34,7 @@
34
status => $service_status,
35
}
36
37
- if $service_ensure == 'running' {
+ if $real_service_ensure == 'running' {
38
mongodb_conn_validator { 'mongos':
39
server => $connect_ip,
40
port => pick($port, 27017),
0 commit comments