0.0
No commit activity in last 3 years
No release in over 3 years
Unlinks the current project in pow when you vagrant up. Then relinks on vagrant halt or destroy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 10.1.1, ~> 10.1

Runtime

>= 0.2.1, ~> 0.2
 Project Readme

VagrantPowder

A Vagrant plugin to help with POW using the Powder Gem.

Requirements

  • Vagrant version 1.2.0 or greater.
  • OSX
  • pow

Installation

vagrant plugin install vagrant-powder

Usage

Vagrant will automatically run powder unlink after vagrant up, and powder link on halt or destroy.

Vagrantfile

In the Vagrantfile you can set the following config params

Enabled

Default is false. This way if you have the plugin installed but the project doesn't use pow it doesn't slow down up and halt.

config.powder.enabled = true

link_name

Allows you to set a different name for pow to link to. Default is the current directory name. This way if your directory is my_project you can redefine it:

config.powder.link_name = "my_project"

You can also manually run

vagrant powder-down