From 8f847bebfd4809b9c4acbfc1c20c1738243f9fd7 Mon Sep 17 00:00:00 2001 From: Stanislav Asunkin <1353637+stasjok@users.noreply.github.com> Date: Tue, 15 Feb 2022 19:51:27 +0300 Subject: [PATCH] refactor(libmatchers): match default type with docs --- TEMPLATE/libmatchers.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TEMPLATE/libmatchers.jinja b/TEMPLATE/libmatchers.jinja index 6a7196f..10ff8bd 100644 --- a/TEMPLATE/libmatchers.jinja +++ b/TEMPLATE/libmatchers.jinja @@ -12,11 +12,11 @@ } %} {#- When no part before `@` is provided: #} -{#- - define a filename path, noted `F` #} +{#- - define a YAML file path, noted `Y` #} {#- - use `salt["config.get"]`, noted `C` #} {#- - use colon `:` delimiter for querying #} {%- set _defaults = { - "type": "F", + "type": "Y", "query_type": "C", "query_delimiter": ":" } %} @@ -28,11 +28,11 @@ ) %} {#- matcher format is `[[: