Skip to content

Vagrant Plugin that add Reboot guest capability to Linux

Notifications You must be signed in to change notification settings

secret104278/vagrant_reboot_linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant_reboot_linux

Gem Vagrant

Vagrant Plugin that implement Reboot guest capability for Linux. https://www.vagrantup.com/docs/provisioning/shell.html#reboot

Vagrant version

This plugin is developed under vagrant 2.2.4

Installation

vagrant plugin install vagrant_reboot_linux

Usage

See Example Vagranfile

Vagrant.configure('2') do |config|
  config.vm.box = 'ubuntu/bionic64'

  config.vm.provision 'shell',
                      reboot: true,
                      inline: 'echo BRFORE_REBOOT'

  config.vm.provision 'shell',
                      inline: 'echo AFTER_REBOOT'
end

About

Vagrant Plugin that add Reboot guest capability to Linux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages