Report abuse

1
2
3
4
5
6
7
        # Clear cache files
        tidy { "clean cache files":
                age     => "1w",
                path    => "/my/cache",
                matches => "*.php",
                backup  => false,
        }