X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fvsftpd%2Ftemplates%2Fvsftpd.conf.erb;h=9229acb5897f0f6f6bad1a586cd2139fa39aa839;hb=b4d190a6bafefb28f5a8359dcb7c7992515d8de6;hp=f86c89e96e6cf5556e44e10f0a0f22fd88221b5c;hpb=2cb767d3ec46bda7478edab523e6214546412e92;p=mirror%2Fdsa-puppet.git diff --git a/modules/vsftpd/templates/vsftpd.conf.erb b/modules/vsftpd/templates/vsftpd.conf.erb index f86c89e96..9229acb58 100644 --- a/modules/vsftpd/templates/vsftpd.conf.erb +++ b/modules/vsftpd/templates/vsftpd.conf.erb @@ -1,3 +1,8 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + anonymous_enable=YES anon_root=<%= scope.lookupvar('root') %> <%- if scope.lookupvar('writable') -%> @@ -20,4 +25,4 @@ dirmessage_enable=NO ls_recurse_enable=NO connect_from_port_20=NO max_clients=<%= scope.lookupvar('max_clients') %> - +listen=NO