Vagrant: Do not install Memcached and Beanstalkd

pull/20/merge
Franz Liedke 2015-09-28 14:12:52 +02:00
parent 472553ceaf
commit 9f15204dff
1 changed files with 2 additions and 2 deletions

4
Vagrantfile vendored
View File

@ -251,7 +251,7 @@ Vagrant.configure("2") do |config|
##########
# Install Memcached
config.vm.provision "shell", path: "#{github_url}/scripts/memcached.sh"
# config.vm.provision "shell", path: "#{github_url}/scripts/memcached.sh"
# Provision Redis (without journaling and persistence)
# config.vm.provision "shell", path: "#{github_url}/scripts/redis.sh"
@ -266,7 +266,7 @@ Vagrant.configure("2") do |config|
##########
# Install Beanstalkd
config.vm.provision "shell", path: "#{github_url}/scripts/beanstalkd.sh"
# config.vm.provision "shell", path: "#{github_url}/scripts/beanstalkd.sh"
# Install Heroku Toolbelt
# config.vm.provision "shell", path: "https://toolbelt.heroku.com/install-ubuntu.sh"