Sha256: 1afb74e1b0b88bb5b07d2d68073c5d28a7c38d419f3b152193eaec738f439f00

Contents?: true

Size: 416 Bytes

Versions: 6

Compression:

Stored size: 416 Bytes

Contents

# 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:

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
vagrant_hook-0.1.6 README.md
vagrant_hook-0.1.5 README.md
vagrant_hook-0.1.4 README.md
vagrant_hook-0.1.3 README.md
vagrant_hook-0.1.2 README.md
vagrant_hook-0.1.1 README.md