Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 461 Bytes

Knife Bootstrap Sync

Sync local directories to remote nodes, prior to bootstrap.

Usage

Use the --sync-directory option with the local directory and remote directory separated by a :. The general use case is to upload cookbooks for use by chef-solo:

$ knife bootstrap 127.0.0.2 --sync-directory './cookbooks:/var/chef/cache/cookbooks' ...

Info