Sha256: 1ebc82a87a27ade47480fec5888d08f364fb845dd415286616901a66fca0aedb

Contents?: true

Size: 352 Bytes

Versions: 51

Compression:

Stored size: 352 Bytes

Contents

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

Vagrant.configure('2') do |config|

  config.vm.box_url = 'http://files.vagrantup.com/precise64_vmware.box'
  config.vm.box = 'precise64_kurchatov_gem'
  config.ssh.forward_agent = true

  config.vm.provider :vmware_fusion do |vmware|
    vmware.vm.vmx['memsize'] = '2048'
    vmware.vm.gui = false
  end

end

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
kurchatov-0.2.5 Vagrantfile
kurchatov-0.2.4 Vagrantfile
kurchatov-0.2.3 Vagrantfile
kurchatov-0.2.2 Vagrantfile
kurchatov-0.2.1 Vagrantfile
kurchatov-0.2.0 Vagrantfile
kurchatov-0.1.8 Vagrantfile
kurchatov-0.1.7 Vagrantfile
kurchatov-0.1.6 Vagrantfile
kurchatov-0.1.5 Vagrantfile
kurchatov-0.1.4 Vagrantfile
kurchatov-0.1.3 Vagrantfile
kurchatov-0.1.2 Vagrantfile
kurchatov-0.1.1 Vagrantfile
kurchatov-0.1.0 Vagrantfile
kurchatov-0.0.9 Vagrantfile
kurchatov-0.0.8.pre.3 Vagrantfile
kurchatov-0.0.7.pre.4 Vagrantfile
kurchatov-0.0.8.pre.2 Vagrantfile
kurchatov-0.0.8.pre.1 Vagrantfile