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.4.7 Vagrantfile
kurchatov-0.4.6 Vagrantfile
kurchatov-0.4.5 Vagrantfile
kurchatov-0.4.4 Vagrantfile
kurchatov-0.4.3 Vagrantfile
kurchatov-0.4.2 Vagrantfile
kurchatov-0.4.1 Vagrantfile
kurchatov-0.3.8 Vagrantfile
kurchatov-0.3.7 Vagrantfile
kurchatov-0.3.6 Vagrantfile
kurchatov-0.3.5 Vagrantfile
kurchatov-0.3.4 Vagrantfile
kurchatov-0.3.3 Vagrantfile
kurchatov-0.3.2 Vagrantfile
kurchatov-0.3.1 Vagrantfile
kurchatov-0.3.0 Vagrantfile
kurchatov-0.2.9 Vagrantfile
kurchatov-0.2.8 Vagrantfile
kurchatov-0.2.7 Vagrantfile
kurchatov-0.2.6 Vagrantfile