From 6e6cae7f25d95132353039fd182590bde714e036 Mon Sep 17 00:00:00 2001 From: Bastian Triller Date: Sat, 18 May 2024 17:28:27 +0200 Subject: [PATCH] Fix unordered lists format (cherry picked from commit 3e985b749190860a1f52ab609276dc3a45bef1b9) --- reference/language-concepts/augments.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/language-concepts/augments.markdown b/reference/language-concepts/augments.markdown index e7b58364f..2f2bb472f 100644 --- a/reference/language-concepts/augments.markdown +++ b/reference/language-concepts/augments.markdown @@ -239,6 +239,7 @@ bundle agent my_bundle ``` **Notes:** + * ```vars``` and ```variables``` keys are allowed concurrently in the same file. * If ```vars``` and ```variables``` keys in the same augments file define the same variable, the definition provided by the **```variables``` key wins**. @@ -303,6 +304,7 @@ Variables of other types than string can be defined too, like in this example ``` **Notes:** + * ```vars``` and ```variables``` keys are allowed concurrently in the same file. * If ```vars``` and ```variables``` keys in the same augments file define the same variable, the definition provided by the **```variables``` key wins**. @@ -397,6 +399,7 @@ for use. Thus: ``` results in + * `augments_class_from_rgex_my_always` being always defined. * `augments_class_from_regex_my_other_apache` will be defined if the classes