Skip to content

Commit

Permalink
[doc] Begin intro to config for remoteDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed May 24, 2013
1 parent 7d14deb commit 25e0be8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/articles/system-json/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ _Configuration management_ refers to configuring a single system running on a re
* [Using configuration in system.json files and scripts](#scripts-files)
* [Setting environment variables in system.json scripts](#scripts)
* [Templating system.json files](#files)
* [Configuration for remoteDependencies](#remote-dependencies)

<hr>
<a name="hierarchy"></a>
Expand Down Expand Up @@ -194,4 +195,11 @@ will be turned into:
hostname = prod.mysite.com
```
<a name="remote-dependencies"></a>
## Configuration for remoteDependencies
When a [system.json](/system-json) package has [remoteDependencies](/system-json/remote-dependencies), the information about servers which satisfy them is available for both `/scripts` and `/templates`.
[meta:title]: <> (Configuration management)

0 comments on commit 25e0be8

Please sign in to comment.