We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d82558 commit 9a5e255Copy full SHA for 9a5e255
etc/vagrant/debian-7-i386/Vagrantfile
@@ -2,7 +2,7 @@
2
# vi: set ft=ruby :
3
Vagrant.configure(2) do |config|
4
config.vm.box = "puppetlabs/debian-7.8-32-nocm"
5
- config.vm.synced_folder "../../..", "/vagrant", type: "rsync", rsync__verbose: true, rsync__exclude: [".stack-work/", "_release/", ".cabal-sandbox/", "cabal.sandbox.config", "dist/, ".#*#""], rsync__args: ["--verbose", "--archive", "--delete", "-z"]
+ config.vm.synced_folder "../../..", "/vagrant", type: "rsync", rsync__verbose: true, rsync__exclude: [".stack-work/", "_release/", ".cabal-sandbox/", "cabal.sandbox.config", "dist/, ".#*#"], rsync__args: ["--verbose", "--archive", "--delete", "-z"]
6
config.vm.provider "virtualbox" do |vb|
7
vb.memory = "2048"
8
end
0 commit comments