Sha256: a717e930d6aeefdbf30989b73a15c7537e97af510274e87a3171c3829614d64a

Contents?: true

Size: 176 Bytes

Versions: 5

Compression:

Stored size: 176 Bytes

Contents

# -*- mode: ruby -*-
# vi: set ft=ruby :

Vagrant.configure(2) do |config|
  config.vm.box = 'hashicorp/precise32'
  config.vm.network 'private_network', ip: '33.33.33.33'
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-ssh-2.1.0 spec/support/Vagrantfile
vagrant-ssh-2.0.0 spec/support/Vagrantfile
vagrant-ssh-1.0.2 spec/support/Vagrantfile
vagrant-ssh-1.0.1 spec/support/Vagrantfile
vagrant-ssh-1.0.0 spec/support/Vagrantfile