diff options
| author | mo khan <mo@mokhan.ca> | 2013-05-12 16:04:06 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-05-12 16:04:06 -0600 |
| commit | 3fc444792ebff667aa3771b83d1b2107966c5b4c (patch) | |
| tree | 767b8242e6f32480aa81c6b7cab5f9b7095242ed /Vagrantfile | |
| parent | 5d8b4bf7881bf30b2e208c16c46429e837d8cc6f (diff) | |
add script to provision vagrant vm
Diffstat (limited to 'Vagrantfile')
| -rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 744d09e9..b321c7f5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,7 +18,7 @@ Vagrant.configure("2") do |config| # accessing "localhost:8080" will access port 80 on the guest machine. #config.vm.network :forwarded_port, guest: 80, host: 8080 config.vm.network :forwarded_port, guest: 3000, host: 3000 - config.vm.provision :shell, :path => 'script/vm_bootstrap.sh' + config.vm.provision :shell, :path => 'script/bootstrap.sh' # Create a private network, which allows host-only access to the machine # using a specific IP. |
