Skip to content
Snippets Groups Projects
Commit fb01cfa8 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Fix cache rule for the solr extension download

parent cedd0fac
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ action :add do
timeout 3000000
action :run
only_if {
not ::File.exists?("#{Chef::Config['file_cache_path']}/ext-solr/README.md")
not ::File.exists?("#{Chef::Config['file_cache_path']}/ext-solr-#{new_resource.extension}.tgz")
}
code <<-EOF
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment