TheSerapher / chef-vsftpd

Basic vsftpd cookbook to manage local users FTP access.
Apache License 2.0
13 stars 28 forks source link

Fix vsftpd with ssl configuration #20

Closed cosmonaut-ok closed 7 years ago

cosmonaut-ok commented 7 years ago

Fix issue with vsftpd with SSL restart fail.

Issue: vsftpd service with SSL support can not be restarted, because of SSL cert/key does not exist. Incorrect operations order

TheSerapher commented 7 years ago

Thanks! I guess this should be added to Kitchen at some point :-)

I'll look into Travis failing, maybe you could do a rebase once that's fixed in master.

TheSerapher commented 7 years ago

@cosmonaut-ok Looks like it works again, feel free to try a rebase and update this PR, I'll merge it then (https://travis-ci.org/TheSerapher/chef-vsftpd/builds/189501945).

Cheers and thanks again!

TheSerapher commented 7 years ago

Since I won't touch any of those files you modified I will merge right away, no reason to wait for this build to succeed.