Skip to content

Vagrant plugin to demonstrate and allow adding action hooks to an event

License

Notifications You must be signed in to change notification settings

rupebac/vagrant_hook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagranthook

This project proves how to create a basic plugin that can hook to a specific event chain.

It is a base, so that in the future it can support further events.

Feel free to contribute.

Installation

vagrant plugin install vagrant_hook

How to use

In your vagrant box add something like:

config.vagrant_hook.check_outdated do |host|
    puts "hello world!"
end

About

Vagrant plugin to demonstrate and allow adding action hooks to an event

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages