Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 1bfbaaf

Browse files
committed
first-time script.
1 parent 285f38a commit 1bfbaaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Vagrantfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ Vagrant.configure(2) do |config|
429429
end
430430

431431
config.trigger.after [:up, :reload] do |trigger|
432+
trigger.run_remote = {inline: "box first-time-provision"},
432433
trigger.run_remote = {inline: "box startup"}
433434
end
434435
end

0 commit comments

Comments
 (0)