Skip to content

Commit

Permalink
further tweaked vagrant setup
Browse files Browse the repository at this point in the history
 On branch master
	modified:   Vagrantfile
	deleted:    cookbooks/chef-rvm
  • Loading branch information
aronasorman authored and vagrant committed May 18, 2012
1 parent 3c2c06b commit 4be4562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Vagrantfile
Expand Up @@ -29,12 +29,12 @@ Vagrant::Config.run do |config|

# Forward a port from the guest to the host, which allows for outside
# computers to access the VM, whereas host only networking does not.
config.vm.forward_port 3000, 3050
config.vm.forward_port 3000, 3000

# Share an additional folder to the guest VM. The first argument is
# an identifier, the second is the path on the guest to mount the
# folder, and the third is the path on the host to the actual folder.
config.vm.share_folder "v-data", "$HOME/guidance", "."
config.vm.share_folder "v-data", "$HOME/guidance", ".", :nfs => true

# Enable provisioning with Puppet stand alone. Puppet manifests
# are contained in a directory path relative to this Vagrantfile.
Expand Down Expand Up @@ -67,7 +67,7 @@ Vagrant::Config.run do |config|
chef.add_recipe "postgresql"
chef.add_recipe "git"
chef.add_recipe "build-essential"
chef.add_recipe "rvm"
# chef.add_recipe "rvm"
end
# chef.cookbooks_path = "../my-recipes/cookbooks"
# chef.roles_path = "../my-recipes/roles"
Expand Down
1 change: 0 additions & 1 deletion cookbooks/chef-rvm
Submodule chef-rvm deleted from 6411f1

0 comments on commit 4be4562

Please sign in to comment.