Skip to content

Commit

Permalink
vagrant now has access to the wd lib
Browse files Browse the repository at this point in the history
Sharing this so that we get the effect of having the most recent wd lib
installed and ready inside the vagrant vm when running integration specs
(primarily for the 'whiskey_disk/helpers' library specs).
  • Loading branch information
rick committed Sep 29, 2011
1 parent db2eb92 commit cb7e1c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scenarios/setup/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Vagrant::Config.run do |config|
config.vm.box = "base"
config.vm.share_folder "deployment", "/opt/deploy", "deployed"
config.vm.share_folder "wd_lib", "/opt/lib", "../../../lib"

config.vm.provision :puppet do |puppet|
puppet.manifests_path = "manifests"
Expand Down

0 comments on commit cb7e1c2

Please sign in to comment.