This is a moderate release that removes stdlib dependency altogether as it isn't being used.
- Update metadata.json to remove dependencies.
This is a moderate release that serves to increases the maximum compatible puppet version from 5.x
to 6.x
.
- Maximum compatible puppet version has been increased from from
5.x
to6.x
.
This is a moderate release that serves to increases the maximum compatible version of stdlib from 5.0.0
to 6.0.0
.
- Maximum compatible version of stdlib changed from
5.0.0
to6.0.0
.
- Fix made to
xinetd::service
example within readme.
This is a major release that removes support for Puppet 3.x and changes a default in manifests/service.pp
- The following parameters:
cps
service_hasstatus
,service_hasrestart
(for Amazon linux)service_restart
,service_status
(for Archlinux)passenv
use_default_group
- Puppet 4 & 5 support
- Puppet version requirement lower bound to 4.7.1
$xinetd::service::server
now defaults toundef
- config template to supress unnecessary newlines
This is a major release that removes support for Puppet 2.x and adds support for Puppet 3.8 and Puppet 4.0. Also includes various new parameters and bugfixes.
- Removes support for Puppet 2.x
- Adds Puppet 3.8.x support
- Adds Puppet 4.x support
- Adds compatibility with ArchLinux
- New parameters in
xinetd
- $enabled
- $disabled
- $log_type
- $log_on_failure
- $log_on_success
- $no_access
- $only_from
- $max_load
- $instances
- $per_source
- $bind
- $mdns
- $v6only
- $env
- $passenv
- $groups
- $umask
- $banner
- $banner_fail
- $banner_success
- $purge_confdir
- $redirect
- New parameters in
xinetd::service
- $nice
- $env
- (MODULES-2012) Fixes a strict_variables failure when
$default_user
and$default_group
are set. - Fixes a strict_variables failure on Debian.
- Pipe through instances variable from xinetd::service. Documented but not implemented.
- Changes
$port
to an optional parameter. - (MODULES-2313) Fixes default_user/group functionality
###Summary This release adds some new parameters and also pins to rspec-puppet 1.x until migration.
- New parameters in
class xinetd
package_ensure
purge_confdir
- New parameter in
xinetd::service
nice
This release adds support for Gentoo and improves FreeBSD support
- Gentoo support added
- Better defaults for group for FreeBSD
- Add deprecation warning for
$xtype
parameter
This release merely updates metadata.json so the module can be uninstalled and upgraded via the puppet module command.
- 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.
- Remove duplicated $log_on_failure parameter
- Add
confdir
,conffile
,package_name
, andservice_name
parameters toClass['xinetd']
- Add support for FreeBSD and Suse.
- Add
log_on_failure
,service_name
,groups
,no_access
,access_times
,log_type
,only_from
, andxtype
parameters toXinetd::Service
define
- Redesign for
xinetd::params
pattern - Add validation
- Add unit testing
- Add port and bind options to services
- make services deletable
-added documentation
- initial release