Add log output to VM customization
This commit is contained in:
parent
dcbfe709f3
commit
829d1231bf
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue