Skip to content

Commit

Permalink
Document sync-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Apr 9, 2014
1 parent 655cdb9 commit 51239e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ gateway = hub.example.com
After issuing a fix command, this will connect to hub.example.com. All further node connections will be done from
hub.example.com.

The `sync-packages` section allows you to define remote and local directories, which will then be synchronized at every run.

```ini
[sync-packages]
dest-dir = /srv/packages
local-dir = ./packages
```

### Deploying chef-solo

For convenience, there is a command that allows you to deploy chef-solo
Expand Down

0 comments on commit 51239e1

Please sign in to comment.