fuel-library/deployment/puppet/xinetd/CHANGELOG
Bartłomiej Piotrowski 42e2ee7ba9 Merge puppetlabs-xinetd v1.3.1 module
Commit: 0740f5343b54523d9ed27f65c05f6c9f045f022b
Source: https://github.com/puppetlabs/puppetlabs-xinetd.git

Change-Id: I05944255240752c07efae6fe18cf4668bfe37ff6
Related: blueprint merge-openstack-puppet-modules
2015-01-12 11:13:12 +01:00

44 lines
1.1 KiB
Plaintext

2014-07-15 Release 1.3.1
Summary:
This release merely updates metadata.json so the module can be uninstalled and
upgraded via the puppet module command.
2014-06-18 Release 1.3.0
Features:
- Add 'log_on_success', 'log_on_success_operator' and 'log_on_failure_operator
parameters to xinetd::service
- Add 'service_restart', 'service_status', 'service_hasrestart', and
'service_hasstatus' parameters to class xinetd.
- Add support for Amazon Linux.
- License changes to ASLv2
- Testing and documentation updates.
Bugfixes:
- Remove duplicated $log_on_failure parameter
2013-07-30 Release 1.2.0
Features:
- Add `confdir`, `conffile`, `package_name`, and `service_name` parameters to
`Class['xinetd']`
- Add support for FreeBSD and Suse.
- Add `log_on_failure`, `service_name`, `groups`, `no_access`, `access_times`,
`log_type`, `only_from`, and `xtype` parameters to `Xinetd::Service` define
Bugfixes:
- Redesign for `xinetd::params` pattern
- Add validation
- Add unit testing
* 2012-06-07 1.1.0
- Add port and bind options to services
- make services deletable
1.0.1 - 20100812
* added documentation
1.0.0 - 20100624
* initial release