Class: RouterosGuestPlugin::Provisioner::Shell
- Inherits:
-
Object
- Object
- RouterosGuestPlugin::Provisioner::Shell
- Defined in:
- lib/guest/provisioner/shell.rb
Instance Method Summary collapse
Instance Method Details
#provision ⇒ Object
4 5 6 7 8 9 |
# File 'lib/guest/provisioner/shell.rb', line 4 def provision if @machine.config.vm.guest == :routeros # Echo a message on the guest machine @machine.ui.info("Shell provisioner is disabled for RouterOS") end end |