Skip to content

Commit

Permalink
Merge pull request #3271 from btriller/patch-2
Browse files Browse the repository at this point in the history
Fix unordered lists format
  • Loading branch information
craigcomstock authored May 20, 2024
2 parents 0c90110 + 3e985b7 commit 7711b7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/language-concepts/augments.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down Expand Up @@ -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**.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7711b7f

Please sign in to comment.