From 5847fd26445ea45abcf5fca7044b2ee1a0888191 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Sun, 20 Mar 2016 22:54:51 +0100 Subject: Add parameter to control reboot time --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/params.pp b/manifests/params.pp index fceec73..e9a7605 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -5,7 +5,7 @@ class unattended_upgrades::params { fail('This module only works on Debian or derivatives like Ubuntu') } - $default_auto = { 'fix_interrupted_dpkg' => true, 'remove' => true, 'reboot' => false, 'clean' => 0, } + $default_auto = { 'fix_interrupted_dpkg' => true, 'remove' => true, 'reboot' => false, 'clean' => 0, 'reboot_time' => 'now', } $default_mail = { 'only_on_error' => true, } $default_backup = { 'archive_interval' => 0, 'level' => 3, } $default_age = { 'min' => 2, 'max' => 0, } -- cgit v1.2.3