Releases: Ericsson/puppet-vsftpd
1.0.6
1.0.5
Bug fix:
Remove whitespaces from vsftpd.conf template.
Some versions of vsftpd will fail on startup if they are present.
eg: vsftpd-3.0.2-10.el7.x86_64 on RHEL 7.2.
1.0.4
Bug fix:
Restore allow_writeable_chroot option that was missing in vsftpd.conf template.
1.0.3
Changes:
Adds changes needed to support Puppet >= 4.10 and Ruby 2.3.1. Keeping support for Ruby 1.8.7.
1.0.2
1.0.1
1.0.0
This release contains breaking changes from tag release 0.3.0
A lot of code was re-factored to remove some of parameters in the module which allowed configuration for parameters in vsftpd which I could not find in the man pages for latest vsftpd release.
Removed the params.pp since we don't have os specific configuration for vsftpd. The parameters that vsftpd takes are not dependant on osfamily.
Validation for all parameters has been added.
Spec Tests updated to test validation.
Config split into sections to better the readability.. i'm sure you have opinions about this.