Skip to content

Commit 4d0e8ca

Browse files
committed
Clarify comments in the local facts template
1 parent 6a5c4f5 commit 4d0e8ca

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

templates/etc/ansible/facts.d/checkmk_server.fact.j2

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{#
2-
# Create a facts file with the sites hosted on the involved host.
2+
# Create a facts file containing the sites hosted on the involved host.
33
#
4-
# Distributed slaves sites are defined on the master server, therefore
5-
# it may happen, that the facts file is merged from multiple configuration
6-
# sources. Sites which are about to be deleted must not be listed in the
7-
# resulting facts file.
4+
# Distributed slaves sites are defined in the inventory of the master server,
5+
# therefore it may happen, that the facts file is merged from multiple
6+
# configuration sources (inventory from master host and local facts from
7+
# slave host).
8+
#
9+
# Sites which are about to be deleted must not be listed in the resulting
10+
# facts file.
811
#}
912
{% set _site_facts = {} %}
1013
{% if (site_item.delegate_to in hostvars) and

0 commit comments

Comments
 (0)