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.xto6.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.0to6.0.0.
- Fix made to
xinetd::serviceexample 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:
cpsservice_hasstatus,service_hasrestart(for Amazon linux)service_restart,service_status(for Archlinux)passenvuse_default_group
- Puppet 4 & 5 support
- Puppet version requirement lower bound to 4.7.1
$xinetd::service::servernow 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_userand$default_groupare set. - Fixes a strict_variables failure on Debian.
- Pipe through instances variable from xinetd::service. Documented but not implemented.
- Changes
$portto 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 xinetdpackage_ensurepurge_confdir
- New parameter in
xinetd::servicenice
This release adds support for Gentoo and improves FreeBSD support
- Gentoo support added
- Better defaults for group for FreeBSD
- Add deprecation warning for
$xtypeparameter
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_nameparameters toClass['xinetd'] - Add support for FreeBSD and Suse.
- Add
log_on_failure,service_name,groups,no_access,access_times,log_type,only_from, andxtypeparameters toXinetd::Servicedefine
- Redesign for
xinetd::paramspattern - Add validation
- Add unit testing
- Add port and bind options to services
- make services deletable
-added documentation
- initial release