summaryrefslogtreecommitdiff
path: root/src/unattended-upgrades/auto-upgrades.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/unattended-upgrades/auto-upgrades.twig')
-rw-r--r--src/unattended-upgrades/auto-upgrades.twig25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/unattended-upgrades/auto-upgrades.twig b/src/unattended-upgrades/auto-upgrades.twig
deleted file mode 100644
index 388a028..0000000
--- a/src/unattended-upgrades/auto-upgrades.twig
+++ /dev/null
@@ -1,25 +0,0 @@
-APT::Periodic::Unattended-Upgrade "1";
-
-{% if unattended_update_package_list is defined %}
-APT::Periodic::Update-Package-Lists "{{unattended_update_package_list}}";
-{% endif %}
-
-{% if unattended_download_upgradeable is defined %}
-APT::Periodic::Download-Upgradeable-Packages "{{unattended_download_upgradeable}}";
-{% endif %}
-
-{% if unattended_autoclean_interval is defined %}
-APT::Periodic::AutocleanInterval "{{unattended_autoclean_interval}}";
-{% endif %}
-
-{% if unattended_clean_interval is defined %}
-APT::Periodic::CleanInterval "{{unattended_clean_interval}}";
-{% endif %}
-
-{% if unattended_verbose is defined %}
-APT::Periodic::Verbose "{{unattended_verbose}}";
-{% endif %}
-
-{% if unattended_random_sleep is defined %}
-APT::Periodic::RandomSleep "{{unattended_random_sleep}}";
-{% endif %}