Sha256: 830f54e2d535ac1096bb2b8dcb6914aca4b9e0998ad9c858af69f253b329668c

Contents?: true

Size: 465 Bytes

Versions: 7

Compression:

Stored size: 465 Bytes

Contents

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

Vagrant.configure("2") do |config|
  config.vm.box = "hiroshima-arc/gin_and_bitters"
  config.vm.box_version = "0.3.0"

  config.vm.network :forwarded_port, guest:8080, host:9000, id:"jenkins"
  config.vm.network :private_network, ip:"127.0.0.1"

  config.vm.provider :virtualbox do |vb|
    vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
    vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
etude_for_aws-0.7.10 Vagrantfile
etude_for_aws-0.7.9 Vagrantfile
etude_for_aws-0.7.8 Vagrantfile
etude_for_aws-0.7.7 Vagrantfile
etude_for_aws-0.7.6 Vagrantfile
etude_for_aws-0.7.5 Vagrantfile
etude_for_aws-0.7.4 Vagrantfile