Skip to content
This repository has been archived by the owner on Dec 29, 2021. It is now read-only.

Commit

Permalink
updated the default location of the git bundled openssl and certs for…
Browse files Browse the repository at this point in the history
… current releases of git
  • Loading branch information
joshburt committed Apr 26, 2016
1 parent 2688b91 commit 5fcbda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@
default['tomcat']['context_dir'] = "#{node['tomcat']['config_dir']}\\Catalina\\localhost"
default['tomcat']['webapp_dir'] = "#{node['tomcat']['base']}\\webapps"
default['tomcat']['keytool'] = 'keytool'
default['tomcat']['openssl_dir'] = "#{ENV['SYSTEMDRIVE']}\\Program Files (x86)\\Git\\ssl"
default['tomcat']['openssl'] = "#{ENV['SYSTEMDRIVE']}\\Program Files (x86)\\Git\\bin\\openssl"
default['tomcat']['openssl_dir'] = "#{ENV['SYSTEMDRIVE']}\\Program Files (x86)\\Git\\mingw32\\ssl"
default['tomcat']['openssl'] = "#{ENV['SYSTEMDRIVE']}\\Program Files (x86)\\Git\\mingw32\\bin\\openssl"
default['tomcat']['lib_dir'] = "#{node['tomcat']['base']}\\lib"
default['tomcat']['endorsed_dir'] = "#{node['tomcat']['base']}\\endorsed"
default['tomcat']['packages'] = ["apache-tomcat-#{node['tomcat']['base_version']}.#{node['tomcat']['windows']['minor_version']}.#{node['tomcat']['windows']['revision_version']}-windows-#{node['tomcat']['windows']['processor_architecture']}.zip"]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures Apache Tomcat'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.19.0'
version '0.20.0'

depends 'java'
depends 'openssl'
Expand Down

0 comments on commit 5fcbda7

Please sign in to comment.