metasploitable3/chef/cookbooks/metasploitable/recipes/clear_cache.rb
2019-10-29 14:11:38 -06:00

11 lines
238 B
Ruby

#
# Cookbook:: metasploitable
# Recipe:: clear_cache
#
# Copyright:: 2017, Rapid7, All Rights Reserved.
# 'clear cache and backup that might contain sensitive information' do
directory '/var/chef' do
action :delete
recursive true
end