Sha256: 846ad25363ebb16dfd4eeaf8f7076d34da5adcc37b04b3dbf0183b3f76f1589f

Contents?: true

Size: 426 Bytes

Versions: 14

Compression:

Stored size: 426 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
     vmware.box_url = "http://files.vagrantup.com/precise64_vmware.box"
  end

end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
kurchatov-0.0.5.pre5 Vagrantfile
kurchatov-0.0.5.pre4 Vagrantfile
kurchatov-0.0.5.pre2 Vagrantfile
kurchatov-0.0.5.pre1 Vagrantfile
kurchatov-0.0.4 Vagrantfile
kurchatov-0.0.4d Vagrantfile
kurchatov-0.0.4c Vagrantfile
kurchatov-0.0.4b Vagrantfile
kurchatov-0.0.3 Vagrantfile
kurchatov-0.0.3b Vagrantfile
kurchatov-0.0.3a Vagrantfile
kurchatov-0.0.2 Vagrantfile
kurchatov-0.0.2b Vagrantfile
kurchatov-0.0.1 Vagrantfile