]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/vsftpd/templates/logrotate.erb
we probably want to logrotate these files
[dsa-puppet.git] / modules / vsftpd / templates / logrotate.erb
diff --git a/modules/vsftpd/templates/logrotate.erb b/modules/vsftpd/templates/logrotate.erb
new file mode 100644 (file)
index 0000000..8222237
--- /dev/null
@@ -0,0 +1,10 @@
+<%= scope.lookupvar('logfile') %>
+{
+       create 640 root adm
+
+       # ftpd doesn't handle SIGHUP properly
+       missingok
+       notifempty
+       rotate 4
+       weekly
+}