Skip to content

Commit

Permalink
style(map): log the full YAML filename of loaded and merged values
Browse files Browse the repository at this point in the history
  • Loading branch information
baby-gnu committed Jan 18, 2021
1 parent 0395f7e commit 364e831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpn/libmapstack.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
{%- do salt["log.debug"](
log_prefix
~ "loaded configuration values from "
~ yaml_name
~ yaml_filename
~ ":\n"
~ yaml_values
| yaml(False)
Expand Down Expand Up @@ -279,7 +279,7 @@
{%- do salt["log.debug"](
log_prefix
~ "merged configuration values from "
~ yaml_name
~ yaml_filename
~ ", merge: strategy='"
~ strategy
~ "', merge_lists='"
Expand Down

0 comments on commit 364e831

Please sign in to comment.