Sha256: c09e0684dc27468154b92601691f1f33df1d1035fb5eb16275613e00a5c07b86

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

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

Vagrant::Config.run do |config|
  # The base precise64 box can be found at http://files.vagrantup.com/precise64.box
  # 
  # For more info, please see https://github.com/benjaminoakes/maid/wiki/Contributing
  config.vm.box = 'precise64'

  config.vm.provision(:shell, :path => 'script/provision')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maid-0.1.3.beta.2 Vagrantfile
maid-0.1.3.beta.1 Vagrantfile