Browse Source

reset vagrant file

Nick Kasvosve 9 years ago
parent
commit
fabacf50ce
1 changed files with 1 additions and 4 deletions
  1. 1 4
      deployment/vagrant-development/Vagrantfile

+ 1 - 4
deployment/vagrant-development/Vagrantfile

@@ -9,10 +9,6 @@ check_provider_needs(provider)
 
 
 Vagrant.configure("2") do |config|
 Vagrant.configure("2") do |config|
 
 
-  config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"
-
-  #config.vm.synced_folder "/Users/qetscontractor/.m2/", "/home/vagrant/.m2/",create:false
-
   config.vm.provision :file do |file|
   config.vm.provision :file do |file|
       file.source = "../vagrant-common/custom_motd.sh"
       file.source = "../vagrant-common/custom_motd.sh"
       file.destination = "~/.custom_motd.sh"
       file.destination = "~/.custom_motd.sh"
@@ -29,3 +25,4 @@ Vagrant.configure("2") do |config|
   provider_aws(config, 'integrated')
   provider_aws(config, 'integrated')
   
   
 end
 end
+