aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 12d7171..835dfd0 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -25,6 +25,8 @@ class nodo::base {
include concat::setup
include cron
+ class { '::apt::unattended_upgrades': }
+
# Include admin accounts if you have this class
if defined('users:admin') {
include users::admin