summaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-12-28 11:05:02 +0100
committervarac <varacanero@zeromail.org>2015-12-28 11:05:02 +0100
commit3e99b57d88e8446c7fca73d2bfe7967b09c35c6d (patch)
tree27356028442c9ec829f9516d83a5c21bdbc76cac /vagrant
parent38a99f39e7a037cc4c316c87529ebaec6689170b (diff)
[vagrant] dont deploy monitor service for speed
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/vagrant.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/vagrant/vagrant.config b/vagrant/vagrant.config
index ae124246..4d568c03 100644
--- a/vagrant/vagrant.config
+++ b/vagrant/vagrant.config
@@ -7,6 +7,8 @@ contacts="no-reply@$provider_domain"
# note that the "openvpn" service does currently *not* work
# in a vagrant setup,
# see https://leap.se/en/docs/platform/troubleshooting/known-issues#Special.Environments
-services='webapp,mx,couchdb,soledad,monitor'
+# to speed up things, don't deploy monitor service by default
+# services='webapp,mx,couchdb,soledad,monitor'
+services='webapp,mx,couchdb,soledad'