From 682fad21242e259cbaf9a689bfc3b05e9afb4f8e Mon Sep 17 00:00:00 2001 From: Bec White Date: Wed, 9 May 2018 15:59:45 -0500 Subject: [PATCH] Remove duplicate solr flag setting in the Vagrantfile template. --- conf/vagrant/Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/vagrant/Vagrantfile b/conf/vagrant/Vagrantfile index 9c11c53..967148b 100644 --- a/conf/vagrant/Vagrantfile +++ b/conf/vagrant/Vagrantfile @@ -13,7 +13,6 @@ hostname = "#{project}.local" extra_hostnames = [] ansible_solr_enabled = @ansible_solr_enabled@ -ansible_solr_enabled = false ansible_https_enabled = @ansible_https_enabled@ ansible_project_web_root = "@ansible_project_web_root@" ansible_timezone = "America/Chicago"