create human readable dna.json

This commit is contained in:
Piavlo 2012-09-20 19:58:37 +03:00
parent 184f6dccb2
commit c2eb523b05
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module VagrantPlugins
env[:ui].info I18n.t("vagrant.provisioners.chef.json")
# Get the JSON that we're going to expose to Chef
json = config.merged_json.to_json
json = JSON.pretty_generate(config.merged_json)
# Create a temporary file to store the data so we
# can upload it