aboutsummaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp6
1 files changed, 2 insertions, 4 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index 835dfd0..700d23a 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -25,11 +25,9 @@ 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
+ if defined('::users:admin') {
+ class { '::users::admin': }
}
# Puppet daemon