From c2da47fcc981b83c401039f0f87b742c80b0655d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 14 Apr 2013 16:03:35 -0300 Subject: Declaring '::apt::unattended_upgrades' at nodo::base --- manifests/base.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/base.pp') 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 -- cgit v1.2.3