Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

Vagrant.configure(2) do |config|

config.vm.box = "precise64"
config.ssh.private_key_path = "~/.ssh/insecure_private_key"
config.vm.box = "/var/vagrant/2015-Feb-all/package.box"
#config.ssh.private_key_path = "~/.ssh/insecure_private_key"
config.vm.provision :shell, path: "./gilm2743-Lab03.sh"

end
4 changes: 4 additions & 0 deletions gilm2743-testfile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
hello Mars

Hello Again for the second commit