vagrant_utm is a Vagrant plugin which adds UTM provider to Vagrant, allowing Vagrant to control and provision UTM virtual machines via UTM's API.
Refer to the documentation for more details.
vagrant plugin install vagrant_utm
Vagrant.configure("2") do |config|
config.vm.provider :utm do |utm|
utm.utm_file_url = "https://github.com/naveenrajm7/utm-box/releases/download/debian-11/debian_vagrant_utm.zip"
end
end
vagrant up
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
To test your plugin with vagrant, run
bundle exec vagrant <command> --debug
Bug reports and pull requests are welcome on GitHub at https://github.com/naveenrajm7/vagrant_utm. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License. However, it uses vagrant library and parts of the code from virtualbox plugin both of which are BSL. Please be aware of this if you intend on redistributing this plugin.
- Vagrant plugin development docs
- Other vagrant plugins
Everyone interacting in the VagrantUtm project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.