Sha256: 6984d3e817224f1bd9df238fd17b06f2ad336eb319e6e0c8b1ad896d15df2024
Contents?: true
Size: 499 Bytes
Versions: 5
Compression:
Stored size: 499 Bytes
Contents
# # pre-processing customizations for recipe elasticsearch-head::default # # apparently, Squid proxy by default cannot cache this https file from github: # original (defined in attributes/default.rb): # default[:elastichead][:src_mirror] = # "https://github.com/mobz/elasticsearch-head/tarball/#{node[:elastichead][:src_branch]}" # fixed (changed from https to http): node.set[:elastichead][:src_mirror] = "http://github.com/mobz/elasticsearch-head/tarball/#{node[:elastichead][:src_branch]}"
Version data entries
5 entries across 5 versions & 1 rubygems