Guest User

Untitled

a guest
May 17th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Vagrant.configure(2) do |config|
  2. config.vm.box = "8.1"
  3. config.ssh.username="IEUser"
  4. config.ssh.password="Passw0rd!"
  5. end
Add Comment
Please, Sign In to add comment