Cookbook fails when 'bootstrap true' added to config #133
Labels
Triage: Needs Information
Indicates an issue needs more information in order to work on it.
Triage: Support
Indicates an issue that is a support question and will be redirected to other mediums.
Cookbook version
5.0.1
Platform Details
DigitalOcean
Steps to Reproduce:
Put the 'bootstrap true' in default['chef-server']['configuration'] and run the cookbook
For example:
default['chef-server']['configuration'] = <<-EOS bootstrap true ip_version "ipv4" notification_email "[email protected]" nginx['cache_max_size'] = "3500m" EOS
Actual Result:
The cookbook fails to start with an error:
`
I've been trying to get this working and it only works without this option set in the config.
The text was updated successfully, but these errors were encountered: