Add log output to VM customization

This commit is contained in:
Mitchell Hashimoto 2010-03-15 15:46:53 -07:00
parent dcbfe709f3
commit 829d1231bf
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ module Vagrant
module VM
class Customize < Base
def execute!
logger.info "Running any VM customizations..."
# Run the customization procs over the VM
Vagrant.config.vm.run_procs!(@runner.vm)