Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Michaels <mikezackles@gmail.com>2015-06-24 05:01:46 +0300
committerZachary Michaels <mikezackles@gmail.com>2015-06-24 05:01:46 +0300
commit6f0f0cd3931658f8af46eb5429dcff5245c83a0d (patch)
treee9e3bdf930133ef1bf82fc093008ef5f1ae7da75
parent5a74071e599cfc7b49f03c745ec25d8918be1f3d (diff)
Move spool directory for vagrant
There seem to be problems using a spool directory inside vagrant's shared folder.
-rw-r--r--Vagrantfile2
-rwxr-xr-xres/config/magma.sandbox.config.vagrant2
2 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index c4d33c3a..f6ddabbb 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -104,7 +104,7 @@ Vagrant.configure(2) do |config|
cp res/config/magma.sandbox.config.vagrant res/config/magma.sandbox.config
# Make directory needed for tests
- mkdir -p res/spool/data
+ mkdir -p /home/vagrant/spool/data
# Fix permissions warnings
chmod 600 res/config/localhost.localdomain.pem
diff --git a/res/config/magma.sandbox.config.vagrant b/res/config/magma.sandbox.config.vagrant
index 40e29427..88cbb7e8 100755
--- a/res/config/magma.sandbox.config.vagrant
+++ b/res/config/magma.sandbox.config.vagrant
@@ -55,7 +55,7 @@ magma.iface.virus.available = false
magma.library.file = ../build_lib/magmad.so
magma.library.unload = false
magma.output.path = ../res/logs/
-magma.spool = ../res/spool/
+magma.spool = /home/vagrant/spool
magma.storage.default = local
magma.storage.root = servers/local/
magma.system.enable_core_dumps = true