From 35157f2e8b27c313235a4cbd95fa4e0bb77ea12f Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 7 Sep 2023 15:46:04 -0400 Subject: [PATCH] add comment --- salt/soc/merged.map.jinja | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/soc/merged.map.jinja b/salt/soc/merged.map.jinja index 052ff9941..33c0070ad 100644 --- a/salt/soc/merged.map.jinja +++ b/salt/soc/merged.map.jinja @@ -38,6 +38,7 @@ {% if pillar.global.endgamehost != '' %} {# this is added to prevent endgame_dict from being added to standard_actions for each time this file is rendered #} +{# since this map file is rendered 3 times, it causes endgame_dict to appened 3 times if custom actions are defined in the pillar #} {% set endgame = namespace(add=true) %} {% for d in standard_actions %} {% if d.name is defined %}