Initial Chef repository
This commit is contained in:
2
cookbooks/apt/templates/default/20auto-upgrades.erb
Normal file
2
cookbooks/apt/templates/default/20auto-upgrades.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
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 %>";
|
||||
Reference in New Issue
Block a user