Skip to content

Commit

Permalink
Fix SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vynnyk committed Jan 6, 2017
1 parent d1b165f commit 52b1259
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 52b1259

Please sign in to comment.