How would you make an erb template that has human readable json?
The following code works, but it makes a flat json file
default.rb
default[\'
<%= Chef::JSONCompat.to_json_pretty(@settings) %> Works like Charm !!
<%= Chef::JSONCompat.to_json_pretty(@settings) %>