chef/cookbooks/apt/templates/10dpkg-options.erb
2018-04-17 13:43:22 +02:00

9 lines
408 B
Plaintext

# Managed by Chef
DPkg::Options {
<%= node['apt']['confd']['force_confask'] ? '"--force-confask";' : '' -%>
<%= node['apt']['confd']['force_confdef'] ? '"--force-confdef";' : '' -%>
<%= node['apt']['confd']['force_confmiss'] ? '"--force-confmiss";' : '' -%>
<%= node['apt']['confd']['force_confnew'] ? '"--force-confnew";' : '' -%>
<%= node['apt']['confd']['force_confold'] ? '"--force-confold";' : '' -%>
}