Skip to content

Commit

Permalink
Merge pull request #113 from realityforge/release-1.0.1
Browse files Browse the repository at this point in the history
Bugfix release to not change mode, owner or group of /usr/local
  • Loading branch information
Aketzu authored Oct 4, 2018
2 parents 0a957ff + f5cc354 commit 29a4548
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
@@ -1,3 +1,6 @@
## v1.0.1:
* Fix : Bugfix release to not change mode, owner or group of /usr/local

## v1.0.0:
* Enhance : Add support for Payara 5.183
* Enhance : Add Windows support
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/Configures GlassFish Application Server'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.0'
version '1.0.1'

chef_version '>= 13.0' if respond_to?(:chef_version)

Expand Down
1 change: 1 addition & 0 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def gf_scan_existing_binary_endorsed_jars(install_dir)
owner node['glassfish']['user']
group node['glassfish']['group']
end
not_if { ::File.exist?(node['glassfish']['base_dir']) }
end

a = archive 'glassfish' do
Expand Down

0 comments on commit 29a4548

Please sign in to comment.