Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garethr/librarian-puppet-vagrant
Vagrant middleware to run librarian puppet before each vagrant up and vagrant provision
https://github.com/garethr/librarian-puppet-vagrant
Last synced: 20 days ago
JSON representation
Vagrant middleware to run librarian puppet before each vagrant up and vagrant provision
- Host: GitHub
- URL: https://github.com/garethr/librarian-puppet-vagrant
- Owner: garethr
- License: mit
- Created: 2013-02-04T15:19:11.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-10T12:03:19.000Z (almost 12 years ago)
- Last Synced: 2024-10-04T16:25:47.480Z (about 1 month ago)
- Language: Ruby
- Size: 149 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Simple Vagrant middleware which runs `librarian-puppet install` before
each `vagrant up` and `vagrant provision`.To install you can run
vagrant gem install librarian-puppet-vagrant
It's up to you to make sure you have librarian puppet installed and
available on your path. To use this just add the following to your
Vagrantfile:require 'librarian/puppet/vagrant'