Skip to content

Commit

Permalink
Merge pull request #90 from chef-cookbooks/release-3.0.3
Browse files Browse the repository at this point in the history
Release 3.0.3
  • Loading branch information
Seth Thomas authored Apr 4, 2017
2 parents 335752d + e88a0de commit 6ccd462
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file is used to list changes made in each version of the openldap cookbook.

## [v3.0.3](https://github.com/chef-cookbooks/openldap/tree/v3.0.3) (2017-04-04)
[Full Changelog](https://github.com/chef-cookbooks/openldap/compare/v3.0.2...v3.0.3)

- Break rhelish 6 and 7 sysconfig templates out separately [\#89](https://github.com/chef-cookbooks/openldap/pull/89) ([cheeseplus](https://github.com/cheeseplus))
- Fixing CentOS and Amazon Linux support [\#88](https://github.com/chef-cookbooks/openldap/pull/88) ([jpooler](https://github.com/jpooler))

## v3.0.2 (2017-03-27)
- Change `/var/cache/local/preseeding` resource configuration to be mode '0755'

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 OpenLDAP (slapd) an open source implementation of LDAP.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.0.2'
version '3.0.3'

recipe 'openldap::default', 'Install and configure OpenLDAP'

Expand Down

0 comments on commit 6ccd462

Please sign in to comment.