aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/apt.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/apt.pp')
-rw-r--r--manifests/subsystem/apt.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/subsystem/apt.pp b/manifests/subsystem/apt.pp
index dd49413..a8f6d6c 100644
--- a/manifests/subsystem/apt.pp
+++ b/manifests/subsystem/apt.pp
@@ -8,6 +8,8 @@ class nodo::subsystem::apt {
custom_key_dir => hiera('nodo::subsystem::apt::custom_key_dir', 'puppet:///modules/site_apt/keys.d')
}
+ class { '::apt::unattended_upgrades': }
+
$apt_domain_source = hiera('nodo::subsystem::apt::domain_source', false)
apt::sources_list { "${::domain}.list":