Skip to content
Snippets Groups Projects
Commit 7aac600f authored by MJB's avatar MJB
Browse files

#38 fixed bugs in vagrantfile

parent 9db5b725
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,6 @@ Vagrant.configure("2") do |config| ...@@ -90,7 +90,6 @@ Vagrant.configure("2") do |config|
config.vm.provision :shell, :path => "scripts/clmc-service/#{host["install_script"]}" config.vm.provision :shell, :path => "scripts/clmc-service/#{host["install_script"]}"
config.vm.provision :shell, :path => "scripts/clmc-service/#{host["start_script"]}" config.vm.provision :shell, :path => "scripts/clmc-service/#{host["start_script"]}"
else else
puts "Provisioning #{instance_name}:"
# specific service install # specific service install
service_install_path = "test/services/#{host["service_name"]}/install-#{host["service_name"]}.sh" service_install_path = "test/services/#{host["service_name"]}/install-#{host["service_name"]}.sh"
puts "installing service script: #{service_install_path}" puts "installing service script: #{service_install_path}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment