Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Fixes #1054: Update Solr role to prevent permissions error.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 16, 2016
1 parent a247ddb commit 4c84529
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
- src: geerlingguy.security
version: 1.4.0
- src: geerlingguy.solr
version: 3.4.0
version: 3.4.1
- src: geerlingguy.varnish
version: 1.8.1
3 changes: 3 additions & 0 deletions provisioning/roles/geerlingguy.solr/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
yum: name=lsof state=present
when: ansible_os_family == "RedHat"

- name: Ensure setfacl support is present.
package: name=acl state=present

- name: Run Solr installation script.
shell: >
{{ solr_workspace }}/{{ solr_filename }}/bin/install_solr_service.sh
Expand Down

0 comments on commit 4c84529

Please sign in to comment.