Hello
The config.rb documentation shows, that there are the following configuration parameters:
chef_zero.enabled
Enable chef-zero. This setting requires local_mode to be set to true. Default value: false. For example:
chef_zero.enabled true
local_mode
Run the chef-client in local mode. This allows all commands that work against the Chef server to also work against the local chef-repo. For example:
local_mode true
I don't quite get this — doesn't local_mode true
enable Chef Zero? Would the following configuration in a client.rb
make sense at all?
local_mode true
chef_zero.enabled false
Thanks,
Alexander