Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Vagrant.configure("2") do |config|
  2. config.vm.box = "precise32"
  3. config.vm.hostname = "myprecise.box"
  4. config.vm.network :private_network, ip: "192.168.0.42"
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement