Sha256: a800fa6d7b2c1e49eba92755d2068d3ce24cc565498f5efbaa69eec6e7b9ea6e
Contents?: true
Size: 414 Bytes
Versions: 82
Compression:
Stored size: 414 Bytes
Contents
require "vagrant" module VagrantPlugins module CommandReload class Plugin < Vagrant.plugin("2") name "reload command" description <<-DESC The `reload` command will halt, reconfigure your machine based on the Vagrantfile, and bring it back up. DESC command("reload") do require File.expand_path("../command", __FILE__) Command end end end end
Version data entries
82 entries across 75 versions & 13 rubygems