hapi-fhir/vagrant/chef/cookbooks/apt/templates/default/20auto-upgrades.erb

3 lines
210 B
Plaintext

APT::Periodic::Update-Package-Lists "<%= node['apt']['unattended_upgrades']['update_package_lists'] ? 1 : 0 %>";
APT::Periodic::Unattended-Upgrade "<%= node['apt']['unattended_upgrades']['enable'] ? 1 : 0 %>";