debugging++
This commit is contained in:
parent
35f2c6eaf5
commit
953c2c8d55
1 changed files with 1 additions and 2 deletions
|
@ -54,10 +54,9 @@ module Vagrant
|
||||||
def run_after_create_script(script)
|
def run_after_create_script(script)
|
||||||
private_key = Vagrant.source_root.join('keys', 'vagrant').expand_path.to_s
|
private_key = Vagrant.source_root.join('keys', 'vagrant').expand_path.to_s
|
||||||
|
|
||||||
@logger.debug 'Running after-create-script from box metadata'
|
|
||||||
|
|
||||||
# TODO: Gotta write somewhere that it has to be indempotent
|
# TODO: Gotta write somewhere that it has to be indempotent
|
||||||
retryable(:tries => 5, :sleep => 1.5) do
|
retryable(:tries => 5, :sleep => 1.5) do
|
||||||
|
@logger.debug 'Attempt to run after-create-script from box metadata'
|
||||||
execute *[
|
execute *[
|
||||||
script,
|
script,
|
||||||
'-r', "#{CONTAINERS_PATH}/#{@name}/rootfs",
|
'-r', "#{CONTAINERS_PATH}/#{@name}/rootfs",
|
||||||
|
|
Loading…
Add table
Reference in a new issue