metasploitable3/chef/cookbooks/metasploitable/recipes/clear_cache.rb

11 lines
238 B
Ruby
Raw Normal View History

2017-07-20 22:44:38 +02:00
#
# Cookbook:: metasploitable
# Recipe:: clear_cache
#
# Copyright:: 2017, Rapid7, All Rights Reserved.
2019-10-29 20:59:28 +01:00
# 'clear cache and backup that might contain sensitive information' do
directory '/var/chef' do
action :delete
recursive true
end