Skip to content

Releases: Ericsson/puppet-vsftpd

1.0.6

04 Apr 08:11
Compare
Choose a tag to compare

Bug fix:

Remove whitespace around comments. Some versions of vsftpd complain.

1.0.5

25 Aug 10:52
Compare
Choose a tag to compare

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

04 Apr 08:09
Compare
Choose a tag to compare

Bug fix:

Restore allow_writeable_chroot option that was missing in vsftpd.conf template.

1.0.3

29 May 10:34
Compare
Choose a tag to compare

Changes:

Adds changes needed to support Puppet >= 4.10 and Ruby 2.3.1. Keeping support for Ruby 1.8.7.

1.0.2

12 May 07:10
Compare
Choose a tag to compare

Bug fix:

VSFTPD for Debian Based systems did not work correctly since the default chroot directory did not exist.
Silent error by vsftpd, but starting it manually and trying to connect returned this error.

Puppet module will now manage the chroot directory

1.0.1

18 Feb 09:49
Compare
Choose a tag to compare

Bug fix

Adds a missing parameter to the vsftpd template. This parameter was included in the manifest but was not included in the template.

1.0.0

15 Dec 12:18
Compare
Choose a tag to compare

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.

0.3.0

23 Nov 06:58
Compare
Choose a tag to compare

Update 0.3.0

  • Adds all configurable options in the vsftpd configuration file into the manifest
  • Rspec tests added
  • Adds ability to modify ensure parameters for vsftpd package.