Skip to content

Commit 94ca431

Browse files
committed
Update creates parameter in Solr playbook
1 parent 878f627 commit 94ca431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/provisioning/playbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# Solr log4j logging configuration.
5858
- src: "{{ solr_dir }}/example/lib/ext/*"
5959
dest: "/var/lib/tomcat7/shared/"
60-
creates: "/var/lib/tomcat7/shared/log4j-1.2.16.jar"
60+
creates: "/var/lib/tomcat7/shared/log4j-1.2.17.jar"
6161

6262
- src: "{{ solr_dir }}/example/resources/log4j.properties"
6363
dest: "/var/lib/tomcat7/shared/classes"

0 commit comments

Comments
 (0)