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