mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
/var/lib/libvirt/dnsmasq/*.leases files. - IP address is saved in $data_dir/ip file for future. This IP is then checked if it match with VMs MAC address. - Added ssh, provision and resume subcommand
8 lines
128 B
Ruby
8 lines
128 B
Ruby
#!/usr/bin/env rake
|
|
|
|
#require 'rubygems'
|
|
#require 'bundler/setup'
|
|
require 'bundler/gem_tasks'
|
|
Bundler::GemHelper.install_tasks
|
|
|