Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Remove duplicate solr flag setting in the Vagrantfile template.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw authored May 9, 2018
1 parent 91d5b35 commit 682fad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 682fad2

Please sign in to comment.