Class: VagrantPluginDummy::Guest::Cap::ConfigureNetworks
- Inherits:
-
Object
- Object
- VagrantPluginDummy::Guest::Cap::ConfigureNetworks
- Defined in:
- lib/vagrant-plugin-dummy/guest/cap/configure_networks.rb
Constant Summary collapse
- @@logger =
Log4r::Logger.new("vagrant_plugin_dummy::guest::cap::configure_networks")
Class Method Summary collapse
Class Method Details
.configure_networks(machine, networks) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/vagrant-plugin-dummy/guest/cap/configure_networks.rb', line 10 def self.configure_networks(machine, networks) @@logger.debug("networks: #{networks.inspect}") @@logger.warn('This is just DUMMY method.') @@logger.warn('You will need to manually configure the network adapter.') exit(0) end |