Skip to content

Commit

Permalink
fix: remove cloud monitoring free option as its being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
opan committed Oct 19, 2023
1 parent aec1e39 commit 0c283c8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions templates/mongod.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -111,18 +111,6 @@ operationProfiling:
{% endfor %}
{% endif %}

{% if mongodb_major_version is version("4.0", ">=") -%}
cloud:
monitoring:
free:
state: {{ mongodb_cloud_monitoring_free_state }}
{%- if mongodb_config['cloud'] is defined and mongodb_config['cloud'] is iterable %}
{%- for item in mongodb_config['cloud'] -%}
{{ item }}
{% endfor %}
{% endif %}
{% endif %}

{% if mongodb_set_parameters -%}
setParameter:
{% for key, value in mongodb_set_parameters.items() -%}
Expand Down

0 comments on commit 0c283c8

Please sign in to comment.