Sha256: 60e605a93417691187f48def88f7a7d19eceeb1d77750a6ff8e36c5494509c49
Contents?: true
Size: 172 Bytes
Versions: 1
Compression:
Stored size: 172 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.provider :ganeti do |ganeti| ganeti.os_type = "image+debian-squeeze" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-ganeti-0.1.1 | example_box/Vagrantfile |