Skip to content

Commit

Permalink
Merge pull request #20 from cosmonaut-ok/master
Browse files Browse the repository at this point in the history
Fix vsftpd with ssl configuration
  • Loading branch information
TheSerapher authored Jan 6, 2017
2 parents 574a3f4 + 52b1259 commit ceb2269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
license 'Apache 2.0'
description 'Installs/configures vsftpd'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.4.0'
version '0.4.1'
recipe 'vsftpd::default', 'Installs/configures vsftpd'

supports 'ubuntu'
Expand Down
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

include_recipe 'vsftpd::_install'
include_recipe 'vsftpd::_configure'
include_recipe 'vsftpd::_ssl' unless node['vsftpd']['ssl']['enabled'] == false
include_recipe 'vsftpd::_configure'

0 comments on commit ceb2269

Please sign in to comment.