Sha256: 10ee97ea0c2935c64e0310250acede0030d66d0a8684cd0a57f1deda7476d7f3
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
# This module will initialize the vagrant plugin require 'nugrant/vagrant/user_command' require 'nugrant/vagrant/user_parameters' # Plugin bootstrap Vagrant.commands.register(:user) { Nugrant::Vagrant::UserCommand } Vagrant.config_keys.register(:user) { Nugrant::Vagrant::UserParameters }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nugrant-0.0.11 | lib/vagrant_init.rb |