Skip to content

Commit

Permalink
Merge pull request #3092 from nickanderson/ENT-10721/master
Browse files Browse the repository at this point in the history
ENT-10721: Fixed documentation noting the default bundle scope of variables in host_specific.json
  • Loading branch information
nickanderson authored Oct 2, 2023
2 parents c7b453e + 9c2d645 commit d8215df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/language-concepts/augments.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The above Augments results in `$(sys.policy_entry_dirname)/goodbye.cf` being add

This key is supported in both `host_specific.json`, `def.json`, `def_preferred.json`, and augments loaded by the [_augments_ key][Augments#augments].

Variables defined here can target a _namespace_ and or _bundle_ scope explicitly. When defined from `host_specific.json`, variables default to the `main` _bundle_ in the `data` _namespace_ (`$(data:main.MyVariable)`).
Variables defined here can target a _namespace_ and or _bundle_ scope explicitly. When defined from `host_specific.json`, variables default to the `variables` _bundle_ in the `data` _namespace_ (`$(data:variables.MyVariable)`).

For example:

Expand Down

0 comments on commit d8215df

Please sign in to comment.