All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.Vagrantfile Maven / Gradle / Ivy

The newest version!
#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
${symbol_pound} -*- mode: ruby -*-
${symbol_pound} vi: set ft=ruby :

Vagrant.configure("2") do |config|
  config.vm.define "win2019" do |win2019|
    win2019.vm.box = "mcree/win2019"
  end
  config.vm.define "linux" do |linux|
    linux.vm.box = "bento/ubuntu-20.04"
  end
end




© 2015 - 2025 Weber Informatics LLC | Privacy Policy