Skip to content

Commit 6a6b6e8

Browse files
Remove redundant invocation
1 parent c9ef9e9 commit 6a6b6e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Vagrant.configure("2") do |config|
22
config.vm.box = "bento/centos-7.5"
33
config.vm.synced_folder ".", "/app"
44
config.vm.provision "shell", inline: "/app/bin/install-ansible.sh", upload_path: "/home/vagrant/install-ansible.sh"
5-
config.vm.provision "shell", inline: "/app/bin/install-gauntlt.sh", upload_path: "/home/vagrant/install-gauntlt.sh"
65
config.vm.provision "shell", inline: "cd /app/ansible && ansible-playbook -l localhost bakery.yml app-AfterInstall.yml app-StartServer.yml", upload_path: "/home/vagrant/apl.sh"
76
config.vm.network "forwarded_port", guest: 80, host: 6080, auto_correct: true
87
end

0 commit comments

Comments
 (0)