You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
Mathias Lafeldt edited this page Nov 28, 2014
·
1 revision
You can tell chef-runner to install Chef on the target machine before
provisioning it. This allows you to, for example, provision bare servers that
have nothing installed but the base operating system.
To install Chef, use the -i option (or --install-chef), which accepts the
following values:
$ chef-runner -i 11.12.8 ... # install a specific Chef version
$ chef-runner -i latest ... # always install the latest version
$ chef-runner -i true ... # install Chef if not already installed
$ chef-runner -i false ... # do nothing (the default)