Sha256: ad0d984d65b590ccb4b51acbcd1a42ef76278fb4d851a9ec269d8a31c92d5c5b
Contents?: true
Size: 335 Bytes
Versions: 1
Compression:
Stored size: 335 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.define :sl6_system do |c| c.vm.box = "sl6" c.vm.box_url = 'http://files.rutan.info/box/scientific-6-5-x64-virtualbox.box' c.vm.network :private_network, ip: '192.168.33.12' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
itamae-plugin-recipe-rtn_php_nabe-0.0.1 | Vagrantfile |