Sha256: 5f0adf21e30eb5f0eecc0483d6a41793279667dfa74a21d187b76a1908082fe9
Contents?: true
Size: 273 Bytes
Versions: 7
Compression:
Stored size: 273 Bytes
Contents
# -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| config.vm.box = "<%= box_name %>" <% if box_version -%> config.vm.box_version = "<%= box_version %>" <% end -%> <% if box_url -%> config.vm.box_url = "<%= box_url %>" <% end -%> end
Version data entries
7 entries across 7 versions & 2 rubygems