Skip to content

Commit

Permalink
Deactivated debug mode of VM
Browse files Browse the repository at this point in the history
  • Loading branch information
mlatzko committed Feb 18, 2015
1 parent 0315841 commit cab68a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.gui = false

# Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "2048","--cpus", "2"]
vb.customize ["modifyvm", :id, "--memory", "4096","--cpus", "4"]
end

# Create a forwarded port mapping which allows access to a specific port
Expand Down Expand Up @@ -69,7 +69,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision :chef_solo do |chef|

# Loglevel Debug: useful to debug cookbooks. Hat-Tip to @klimpong
chef.log_level = :debug
# chef.log_level = :debug

# path to cookbooks
chef.cookbooks_path = "cookbooks"
Expand Down

0 comments on commit cab68a0

Please sign in to comment.