Skip to content

Commit

Permalink
update quick start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Jul 8, 2014
1 parent 2b0e65a commit 4d153c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ mkdir -p ~/confd/{conf.d,templates}

### Create a template resource config

Template resources are defined in [TOML](https://github.com/mojombo/toml) config files under the `confdir` (i.e. ~/confd/conf.d/*.toml).
Template resources are defined in [TOML](https://github.com/mojombo/toml) config files under the `confdir` (i.e. /etc/confd/conf.d/*.toml).

Lets create a simple template resource to manage the `/tmp/myconfig.conf` configuration file.

Edit `/etc/confd/conf.d/myconfig.toml`

```toml
src = "myconfig.conf.tmpl"
dest = "/tmp/myconfig.conf"
Expand All @@ -64,8 +66,6 @@ keys = [
"/myapp/database/user",
]
```
Save the file under the `confdir` directory, i.e. `~/confd/conf.d/myconfig.toml`


### Create the source template

Expand Down

0 comments on commit 4d153c0

Please sign in to comment.