metasploitable3/chef/cookbooks/apt/templates/10recommends.erb

4 lines
184 B
Plaintext

# Managed by Chef
APT::Install-Recommends "<%= node['apt']['confd']['install_recommends'] ? 1 : 0 %>";
APT::Install-Suggests "<%= node['apt']['confd']['install_suggests'] ? 1 : 0 %>";