no message

This commit is contained in:
VISHAKH 2018-01-12 00:56:47 +05:30
parent 702e7dfaad
commit 68d6312403

2
Vagrantfile vendored
View file

@ -63,7 +63,7 @@ Vagrant.configure("2") do |config|
# Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
config.vm.provision :shell path: "bootstrap.sh"
config.vm.provision :shell, path: "bootstrap.sh"
config.vm.provision :file, source: "target/spring-petclinic-1.4.2.jar", destination: "/tmp/spring-petclinic-1.4.2.jar", run: "always"
config.vm.provision :shell, inline: "java -jar/tmp/spring-petclinic-1.4.2.jar &", run: "always"
# apt-get update