Skip to content

Commit

Permalink
Merge pull request #169 from idealista/develop
Browse files Browse the repository at this point in the history
Develop To Master
  • Loading branch information
santi-eidu authored Jan 30, 2023
2 parents e4c6a31 + 81b7305 commit 077fc61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/idealista/solr_role/tree/develop)

## [3.1.3](https://github.com/idealista/solr_role/tree/3.1.3) (2023-01-26)
### Added
- *[#167](https://github.com/idealista/solr_role/issues/167) Add service template variable* @santi-eidu

## [3.1.2](https://github.com/idealista/solr_role/tree/3.1.2) (2023-01-17)
### Fixed
Expand Down
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ solr_config_file_dir: /etc/default/solr.in.sh
solr_cores_transfer_mode: copy
solr_recommended_open_files: 65550
solr_recommended_max_processes: 65550
solr_template_service: "{{ solr_templates_dir }}/solr.service.j2"
# For a visual indication in the Admin UI of what type of environment this cluster is, configure
# a -Dsolr.environment property below. Valid values are prod, stage, test, dev, with an optional
# label or color, e.g. -Dsolr.environment=test,label=Functional+test,color=brown
Expand Down
2 changes: 1 addition & 1 deletion tasks/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

- name: Solr | Configure Solr service
template:
src: "{{ solr_templates_dir }}/solr.service.j2"
src: "{{ solr_template_service }}"
dest: /lib/systemd/system/solr.service
force: true
notify: restart Solr
Expand Down

0 comments on commit 077fc61

Please sign in to comment.