summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMatthias Pigulla <mp@webfactory.de>2016-03-20 22:54:51 +0100
committerMatthias Pigulla <mp@webfactory.de>2016-03-21 08:39:56 +0100
commit5847fd26445ea45abcf5fca7044b2ee1a0888191 (patch)
tree4ea1ac7a6e11a74e049823897801b056d9c03786 /manifests
parent767b3fb53e1502b2bcf6333af112b31eaa46fb52 (diff)
Add parameter to control reboot time
Diffstat (limited to 'manifests')
-rw-r--r--manifests/params.pp2
1 files changed, 1 insertions, 1 deletions
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, }