Skip to content

Commit e2d461a

Browse files
author
Steve Huff
committed
use vagrant-librarian-puppet plugin instead
1 parent 22b8b7b commit e2d461a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Vagrant 1.4+ is required for the private networking feature to work.
99

1010
For the local install, we are using the [Puppet Labs](http://puppet-vagrant-boxes.puppetlabs.com/) CentOS box. For the remote install, we are using the newest Amazon Linux AMI. CentOS and Amazon Linux are reasonably similar, and are binary- and package-compatible.
1111

12-
We run [librarian-puppet](http://librarian-puppet.com/) to fetch Puppet modules and dependencies once the VM has booted.
12+
We run [librarian-puppet](http://librarian-puppet.com/) to fetch Puppet modules and dependencies once the VM has booted. This work is performed by the [vagrant-librarian-puppet](https://github.com/mhahn/vagrant-librarian-puppet) Vagrant plugin; before proceeding, you must install this plugin by running `vagrant plugin install vagrant-librarian-puppet`.
1313

1414
Local install using VirtualBox
1515
------------------------------

bootstrap.sh

-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,4 @@ if [ ! -x /usr/bin/git ]; then
77
sleep 4
88
fi
99

10-
if [ "$(gem query -i -n librarian-puppet)" != "true" ]; then
11-
gem install --no-rdoc --no-ri librarian-puppet -v 1.0.3
12-
cd /vagrant && librarian-puppet install --clean --verbose
13-
else
14-
cd /vagrant && librarian-puppet update --verbose
15-
fi
1610
# vim: set ft=sh ts=2 sw=2 ei:

0 commit comments

Comments
 (0)