xforty / vagrant-drupal

Template repo for a new drupal project built on top of a vagrant vm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standardize chef debug flag

dkingofpa opened this issue · comments

Currently, we use an environment variable named "vdb" to turn on chef debugging. Now that vagrant uses VAGRANT_LOG for their environment variable flag, we should make the chef debug flag a bit more standard and consistent. I propose we use CHEF_LOG.

Nice one, I adopted your change in our vagrant + puppet setup. Thx