Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request thias#15 from Phil-Friderici/remove_whitespace
Browse files Browse the repository at this point in the history
Remove whitespaces from vsftpd.conf template
  • Loading branch information
Phil-Friderici authored Aug 25, 2017
2 parents e309fbd + ac172e6 commit 9be2982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ gem 'rspec-puppet', '~> 2.5.0'
gem 'json', '<= 1.8' if RUBY_VERSION < '2.0.0'
gem 'json_pure', '<= 2.0.1' if RUBY_VERSION < '2.0.0'
gem 'metadata-json-lint', '0.0.11' if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'
gem 'metadata-json-lint', '1.0.0' if RUBY_VERSION >= '1.9' && RUBY_VERSION < '2.0'
gem 'metadata-json-lint' if RUBY_VERSION >= '2.0'
gem 'metadata-json-lint', '1.1.0' if RUBY_VERSION >= '1.9' && RUBY_VERSION < '2.1'
gem 'metadata-json-lint' if RUBY_VERSION >= '2.1'
gem 'parallel_tests', '<= 2.9.0' if RUBY_VERSION > '1.9.3' # [1]
gem 'puppetlabs_spec_helper', '2.0.2' if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9' # [1]
gem 'puppetlabs_spec_helper', '>= 2.0.0' if RUBY_VERSION >= '1.9' # [1]
Expand Down
2 changes: 1 addition & 1 deletion templates/vsftpd.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ no_anon_password=<%= @no_anon_password %>
<% end -%>
<% if @anon_root -%>

# This option represents a directory which vsftpd will try to change into after
# This option represents a directory which vsftpd will try to change into after
# an anonymous login. Failure is silently ignored.
# Default: (None)
anon_root=<%= @anon_root %>
Expand Down

0 comments on commit 9be2982

Please sign in to comment.