TheSerapher / chef-vsftpd

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

Support for Debian 8 #17

Closed dpattmann closed 8 years ago

dpattmann commented 8 years ago

Hi,

I added some lines of code to support Debian 8 and I updated the image versions in the .kitchen.yml file.

I also replaced the up2date with the apt cookbook and removed Debian 6 (Squeeze) from test-kitchen.

Best, Dennis

TheSerapher commented 8 years ago

👋 @dpattmann :D

Removing up2date and adding APT should break any CentOS distribution? Unless upstream APT has changed to ignore any Non-Debian based distribution.

I will have to fix the metadata.rb too in order to be Chef 12 compliant again.

dpattmann commented 8 years ago

Hi @TheSerapher, version 3 of the apt cookbook has fixed this issue. :wink:

I will update my commit to set a version >= 3 in the Berksfile.

TheSerapher commented 8 years ago

Dont think you need to ... It's only used in Kitchen anyway. Just making sure new pulls don't run into converge issues.

TheSerapher commented 8 years ago

Thank you! :-)

dpattmann commented 8 years ago

You're welcome! :-)